Skip to content

Commit

Permalink
fixed minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Blesius committed Apr 25, 2016
1 parent eb88eef commit a0cf620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i3lock-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ params=$(getopt \
-l version,nofork,beep,dpms,inactivity-timeout:,no-unlock-indicator,pointer:,ignore-empty-password,show-failed-attempts,logo,help \
-n "$script_name" -- "$@")
eval set -- "$params"
# exit on bad argyments
# exit on bad arguments
if [ $? -ne 0 ]; then
exit 1
fi
Expand Down Expand Up @@ -75,7 +75,7 @@ arg_test () {
[0-9]*)
shift;;
*)
echo "$script_name: invallid option \"$1\" for argument -I" \
echo "$script_name: invalid option \"$1\" for argument -I" \
"number expected" >&2
exit 1
;;
Expand Down

0 comments on commit a0cf620

Please sign in to comment.