From 85e0681ee88a293e35bd77e613010663f274ece5 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Wed, 18 Mar 2020 01:09:11 +0000 Subject: args: fix a typo Gbp-Dch: Ignore --- functions/arguments.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') 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 -- cgit v1.2.3