]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
Fix Typo
authorWolfgang Link <w.link@proxmox.com>
Mon, 17 Aug 2015 08:52:02 +0000 (10:52 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 17 Aug 2015 09:00:48 +0000 (11:00 +0200)
src/PVE/HA/CRM.pm

index 9feda05495aef2bf8df4196a01fb57ea350064ac..4196bba3c15d07cf0c4e68c9a954f19ff914b72f 100644 (file)
@@ -16,7 +16,7 @@ use PVE::HA::Manager;
 my $valid_states = {
     wait_for_quorum => "cluster is not quorate, waiting",
     master => "quorate, and we got the ha_manager lock",
-    lost_manager_lock => "we lost the ha_manager lock (watchgog active)",
+    lost_manager_lock => "we lost the ha_manager lock (watchdog active)",
     slave => "quorate, but we do not own the ha_manager lock",
 };