From 959d7afe9c0a532b3ad127d9693dd6e530108d5e Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Mon, 17 Aug 2015 10:52:02 +0200 Subject: [PATCH] Fix Typo --- 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", }; -- 2.39.2