[pve-devel] [PATCH] Fix Typo
Wolfgang Link
w.link at proxmox.com
Mon Aug 17 10:52:02 CEST 2015
---
src/PVE/HA/CRM.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/HA/CRM.pm b/src/PVE/HA/CRM.pm
index 9feda05..4196bba 100644
--- a/src/PVE/HA/CRM.pm
+++ b/src/PVE/HA/CRM.pm
@@ -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",
};
--
1.7.10.4
More information about the pve-devel
mailing list