From 8a93eeae9ed738d548cb5d0cc3bfe1004bfbf08c Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 14 Mar 2022 10:03:07 +0100 Subject: [PATCH] Cluster: fix typo Signed-off-by: Dominik Csapak --- data/PVE/Cluster.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm index 765fb43..05451fd 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -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) = @_; -- 2.39.2