From 8a2cc81d534ad249a7169528ef2522f3830ba478 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 8 Mar 2011 13:16:54 +0000 Subject: [PATCH] fix spelling in message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9009 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot/overlay/bin/restart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-nbroot/overlay/bin/restart b/xCAT-nbroot/overlay/bin/restart index e9be8ca11..6e1bcd790 100755 --- a/xCAT-nbroot/overlay/bin/restart +++ b/xCAT-nbroot/overlay/bin/restart @@ -13,7 +13,7 @@ fi WAITING=1 while [ $WAITING -gt 0 ]; do killall -12 udhcpc;killall -10 udhcpc - echo -n "Wating 10 seconds for DHCP changes to take effect " + echo -n "Waiting 10 seconds for DHCP changes to take effect " for i in 1 2 3 4 5 6 7 8 9 10; do sleep 1 echo -n .