cluster: RHEL510 - rgmanager: Clean up comments in ASEHAagent.sh

Ryan McCabe rmccabe at fedoraproject.org
Fri Apr 12 18:15:25 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=cluster.git;a=commitdiff;h=adf106455d72219956030c7f821b0dd06381a9cb
Commit:        adf106455d72219956030c7f821b0dd06381a9cb
Parent:        a5875267a2eb0137dc7a123340db44d42dee4ee9
Author:        J.H.M. Dassen (Ray) <rdassen at redhat.com>
AuthorDate:    Tue Feb 5 09:54:15 2013 +0100
Committer:     Ryan McCabe <rmccabe at redhat.com>
CommitterDate: Fri Apr 12 14:13:52 2013 -0400

rgmanager: Clean up comments in ASEHAagent.sh

Grammar fix

Resolves: rhbz#841142

Acked-by: Ryan McCabe <rmccabe at redhat.com>
---
 rgmanager/src/resources/ASEHAagent.sh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rgmanager/src/resources/ASEHAagent.sh b/rgmanager/src/resources/ASEHAagent.sh
index 489d49b..38a78b6 100755
--- a/rgmanager/src/resources/ASEHAagent.sh
+++ b/rgmanager/src/resources/ASEHAagent.sh
@@ -528,11 +528,11 @@ EOF
 
 	sleep 5
 
-	# Check if the server has been shutted down successfully
+	# Check if the server has been shut down successfully
 	t=0
 	while [[ $t -lt $OCF_RESKEY_shutdown_timeout ]]
 	do
-		# Search "ueshutdown: exiting" in the server log. If found, it means the server has been shutted down. 
+		# Search "ueshutdown: exiting" in the server log. If found, it means the server has been shut down. 
 		# Otherwise, we need to wait.
 		tail $CONSOLE_LOG | grep "ueshutdown: exiting" > /dev/null 2>&1
 		if [[ $? != 0 ]]
@@ -547,14 +547,14 @@ EOF
 		fi
 	done
 
-	# If $t is larger than shutdown_timeout, it means the ASE server cannot be shutted down in given time. We need
+	# If $t is larger than shutdown_timeout, it means the ASE server cannot be shut down in given time. We need
 	# to wait for the background kill process to kill the OS processes directly.
 	if  [[ $t -ge $OCF_RESKEY_shutdown_timeout ]]
 	then
 		ocf_log err "ASEHAagent: Shutdown of '$OCF_RESKEY_server_name' from isql failed.  Server is either down or unreachable."
 	fi
 
-	# Here, the ASE server has been shutted down by isql command or killed by background process. We need to do
+	# Here, the ASE server has been shut down by isql command or killed by background process. We need to do
 	# further check to make sure all processes have gone away before saying shutdown is complete. This stops the
 	# other node from starting up the package before it has been stopped and the file system has been unmounted.
 	


More information about the cluster-commits mailing list