From 76a56e33249f8e87a971d0c4a535f09ff04f6f57 Mon Sep 17 00:00:00 2001 From: estratos Date: Wed, 30 Jul 2014 03:17:26 -0600 Subject: [PATCH] Spelling Spelling Correction to comments --- bin/v-add-domain | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/v-add-domain b/bin/v-add-domain index 1e56e2a67..66fd2664c 100755 --- a/bin/v-add-domain +++ b/bin/v-add-domain @@ -48,14 +48,14 @@ if [ -z "$ip" ]; then fi # Web domain -# Do Not restart at this point will loose conecction from API calls +# Do Not restart at this point, will loose connection from API calls if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then $BIN/v-add-web-domain $user $domain $ip no return_code=$? fi # Proxy support -# Do Not restart at this point will loose conecction from API calls +# Do Not restart at this point, will loose connection from API calls if [ ! -z "$PROXY_SYSTEM" ] && [ "$return_code" -eq 0 ]; then $BIN/v-add-web-domain-proxy $user $domain '' '' no fi