diff --git a/functions/arguments.sh b/functions/arguments.sh index f87593204..292bdd548 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -19,7 +19,7 @@ Arguments () Echo_error "invalid arguments" exit 1 elif [ $ERR -ne 0 ]; then - Echo_error "getop failure" + Echo_error "getopt failure" exit 1 fi diff --git a/scripts/build/config b/scripts/build/config index fe8ba1282..355430ce3 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -173,7 +173,7 @@ Local_arguments () Echo_error "invalid arguments" exit 1 elif [ $ERR -ne 0 ]; then - Echo_error "getop failure" + Echo_error "getopt failure" exit 1 fi