From ef5511cca6c97635c547dfb5418961bd7a72cf5f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 6 Sep 2014 02:08:36 +0200 Subject: [PATCH] subcommand: Fix two typos. --- subcommand | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.2