Przeglądaj źródła

Spelling

Spelling Correction to comments
estratos 11 lat temu
rodzic
commit
76a56e3324
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      bin/v-add-domain

+ 2 - 2
bin/v-add-domain

@@ -48,14 +48,14 @@ if [ -z "$ip" ]; then
 fi
 fi
 
 
 # Web domain
 # 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
 if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then
     $BIN/v-add-web-domain $user $domain $ip no
     $BIN/v-add-web-domain $user $domain $ip no
     return_code=$?
     return_code=$?
 fi
 fi
 
 
 # Proxy support
 # 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
 if [ ! -z "$PROXY_SYSTEM" ] && [ "$return_code" -eq 0 ]; then
     $BIN/v-add-web-domain-proxy $user $domain '' '' no
     $BIN/v-add-web-domain-proxy $user $domain '' '' no
 fi
 fi