# HG changeset patch # User Paul Issott # Date 1307795917 -3600 # Node ID de7d70e6d26c8d3e012121aca0593b0f9906ab9c # Parent a27c3fb7ce0521e5f3c4edc4e950a7d0904c3441 Tiny edits diff -r a27c3fb7ce05 -r de7d70e6d26c index.cgi --- a/index.cgi Sat Jun 11 13:24:05 2011 +0100 +++ b/index.cgi Sat Jun 11 13:38:37 2011 +0100 @@ -133,11 +133,11 @@ # Cmd must be used with an arg. arg=$(echo $cmd | awk '{print $2}') [ "$arg" == "" ] && echo -n "$cmd " && \ - gettext "needs an arument $arg" && exit 0 + gettext "needs an argument $arg" && exit 0 $cmd ;; *) [ "$cmd" == "" ] || \ - gettext "Unknow command: $cmd" + gettext "Unknown command: $cmd" gettext "Commands:"; echo " $commands" ;; esac echo '' ;;