Skip to content

Commit 76a56e3

Browse files
committed
Spelling
Spelling Correction to comments
1 parent f1062c3 commit 76a56e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-add-domain

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ if [ -z "$ip" ]; then
4848
fi
4949

5050
# Web domain
51-
# Do Not restart at this point will loose conecction from API calls
51+
# Do Not restart at this point, will loose connection from API calls
5252
if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then
5353
$BIN/v-add-web-domain $user $domain $ip no
5454
return_code=$?
5555
fi
5656

5757
# Proxy support
58-
# Do Not restart at this point will loose conecction from API calls
58+
# Do Not restart at this point, will loose connection from API calls
5959
if [ ! -z "$PROXY_SYSTEM" ] && [ "$return_code" -eq 0 ]; then
6060
$BIN/v-add-web-domain-proxy $user $domain '' '' no
6161
fi

0 commit comments

Comments
 (0)