Skip to content

Commit

Permalink
fix log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeveloper committed Nov 13, 2016
1 parent 6e0062a commit 32bc8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load-balancing/elb-v2/deregister_from_elb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if test -z "$TARGET_GROUP_LIST"; then
error_exit "Must have at least one target group to deregister from"
fi

msg "Checking whehter the port number has been set"
msg "Checking whether the port number has been set"
if test -n "$PORT"; then
if ! [[ $PORT =~ ^[0-9]+$ ]] ; then
error_exit "$PORT is not a valid port number"
Expand Down

0 comments on commit 32bc8d7

Please sign in to comment.