From 82b4aaed559b544120600268f633a76829c0de1b Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Sun, 24 Aug 2014 12:21:27 +0200 Subject: [PATCH] feature #1639: Typo --- share/hooks/host_error.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hooks/host_error.rb b/share/hooks/host_error.rb index 0ee4657982..c43281e641 100755 --- a/share/hooks/host_error.rb +++ b/share/hooks/host_error.rb @@ -31,7 +31,7 @@ ############################################################################## # WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! # -# This scripts needs to fence the error host to prevent split brain VMs. You +# This script needs to fence the error host to prevent split brain VMs. You # may use any fence mechanism and invoke it around L105, using host_name # # WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!