Skip to content

Commit 53c512e

Browse files
Merge pull request andrewjfreyer#318 from dxdc/patch-1
Fix typo
2 parents f9feff1 + 97707a2 commit 53c512e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/argv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ while getopts "h?vfFbut:EgSRCmrsVadxD:c:" opt; do
147147

148148
#DEBUG ECHO
149149
printf "%s\n" "> creating connection to $target_mac..."
150-
printf "%s\n" "> witihin 5 seconds, please set $target_mac to discoverable..."
150+
printf "%s\n" "> within 5 seconds, please set $target_mac to discoverable..."
151151

152152
#WAIT 5 SECONDS FOR DISCOVERABLE MODE
153153
sleep 5
@@ -208,4 +208,4 @@ done
208208
shift $((OPTIND-1))
209209

210210
#SHIFT IF NECESSARY
211-
[ "$1" = "--" ] && shift
211+
[ "$1" = "--" ] && shift

0 commit comments

Comments
 (0)