From: Andre Noll Date: Sat, 6 Sep 2014 00:08:36 +0000 (+0200) Subject: subcommand: Fix two typos. X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=commitdiff_plain;h=ef5511cca6c97635c547dfb5418961bd7a72cf5f subcommand: Fix two typos. --- diff --git a/subcommand b/subcommand index bded36d..60d8402 100644 --- a/subcommand +++ b/subcommand @@ -314,7 +314,7 @@ complete_help() # Aborts on programming errors such as missing or invalid option string. On # success $result contains shell code that can be eval'ed. For each defined # option x, the local variable o_x will be created when calling eval "$result". -# o_x contains true/false for options without argument and either the emtpy +# o_x contains true/false for options without argument and either the empty # string or the given argument for options that take an argument. # # Example: @@ -573,8 +573,7 @@ gsu() # 0 0 no argument allowed # 1 1 exactly one argument required # 0 2 at most two arguments admissible -# 2 at least two arguments reqired -# +# 2 at least two arguments required gsu_check_arg_count() { ret=-$E_GSU_BAD_ARG_COUNT