]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
lrm: fix comment typos
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 Jan 2022 14:43:03 +0000 (15:43 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 Jan 2022 14:57:43 +0000 (15:57 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/HA/LRM.pm

index 5605ab5bdaadf20def1cc8d32a3266dead543a1f..08f65085e3bf324e757a9bcc16b86d11dea64e8e 100644 (file)
@@ -21,7 +21,7 @@ my $valid_states = {
 };
 
 # we sleep ~10s per 'active' round, so if no services is available for >= 10 min we'd go in wait
-# state givining up the watchdog and the LRM lock acquire voluntary, ensuring the WD can do no harm
+# state giving up the watchdog and the LRM lock voluntary, ensuring the WD can do no harm
 my $max_active_idle_rounds = 60;
 
 sub new {