From 0320d1e3634d41a1e9cdc85c3077412faa9cf1da Mon Sep 17 00:00:00 2001 From: Arne Goedeke <el@laramies.com> Date: Sat, 3 Aug 2013 13:16:21 +0200 Subject: [PATCH] Getopt: typo in documentation --- lib/modules/Getopt.pmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/Getopt.pmod b/lib/modules/Getopt.pmod index b40b81d300..d7e75c72b5 100644 --- a/lib/modules/Getopt.pmod +++ b/lib/modules/Getopt.pmod @@ -213,7 +213,7 @@ constant MAY_HAVE_ARG=3; //! This function does the job of several calls to @[find_option()]. //! The main advantage of this is that it allows it to handle the -//! @tt{@b{POSIX_ME_HARDER@}@} environment variable better. When the either +//! @tt{@b{POSIX_ME_HARDER@}@} environment variable better. When either //! the argument @[posix_me_harder] or the environment variable //! @tt{@b{POSIX_ME_HARDER@}@} is true, no arguments will be parsed after //! the first non-option on the command line. -- GitLab