From 931941a0cbeab5ee897b37567f6e075aad8e16f3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:01:03 -0400 Subject: [PATCH] spelling: usage Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- utils/bisect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bisect.sh b/utils/bisect.sh index be3caa89..81469c73 100755 --- a/utils/bisect.sh +++ b/utils/bisect.sh @@ -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"