aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg/lib/getopt.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-10-25 12:16:18 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-10-25 12:16:18 +0300
commit7f05df29849820b78f0537a8e7295509d4bd7726 (patch)
treec08f4367daf9fd8ff3867da29f31e3fce65ac77f /awklib/eg/lib/getopt.awk
parent966c15e4ad185e4abc7eccc6ede7ab9334c6866f (diff)
parent4e8bd99197f48cfaa79b095a34a88223f96f429d (diff)
downloadegawk-7f05df29849820b78f0537a8e7295509d4bd7726.tar.gz
egawk-7f05df29849820b78f0537a8e7295509d4bd7726.tar.bz2
egawk-7f05df29849820b78f0537a8e7295509d4bd7726.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'awklib/eg/lib/getopt.awk')
-rw-r--r--awklib/eg/lib/getopt.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/lib/getopt.awk b/awklib/eg/lib/getopt.awk
index 0b81aa09..4283a7e1 100644
--- a/awklib/eg/lib/getopt.awk
+++ b/awklib/eg/lib/getopt.awk
@@ -17,7 +17,7 @@
# <c> a character representing the current option
# Private Data:
-# _opti -- index in multi-flag option, e.g., -abc
+# _opti -- index in multiflag option, e.g., -abc
function getopt(argc, argv, options, thisopt, i)
{
if (length(options) == 0) # no options given