]> git.proxmox.com Git - pve-cluster.git/commitdiff
Cluster: fix typo
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 14 Mar 2022 09:03:07 +0000 (10:03 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 16 Mar 2022 09:51:58 +0000 (10:51 +0100)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
data/PVE/Cluster.pm

index 765fb436535ca47dbfbf30d2c6e833e385cf6232..05451fda76bd474b0817698279fe5b8b94e2a027 100644 (file)
@@ -342,7 +342,7 @@ sub get_node_kv {
 
 # property: a config property you want to get, e.g., this is perfect to get
 # the 'lock' entry of a guest _fast_ (>100 faster than manual parsing here)
-# vmid: optipnal, if a valid is passed we only check that one, else return all
+# vmid: optional, if a valid is passed we only check that one, else return all
 # NOTE: does *not* searches snapshot and PENDING entries sections!
 sub get_guest_config_property {
     my ($property, $vmid) = @_;