Skip to content

Commit

Permalink
spelling: usage
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jul 15, 2024
1 parent 68ce911 commit 931941a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bisect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ case "$1" in
"launch")
shift
if [ -z "$1" ]; then
echo "uasge: $0 launch your_test"
echo "usage: $0 launch your_test"
exit 1
fi
test="$1"
Expand Down

0 comments on commit 931941a

Please sign in to comment.