summaryrefslogtreecommitdiff
path: root/compat/getopt_long.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/getopt_long.h')
-rw-r--r--compat/getopt_long.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/getopt_long.h b/compat/getopt_long.h
index 6182be3..1608dc8 100644
--- a/compat/getopt_long.h
+++ b/compat/getopt_long.h
@@ -38,7 +38,7 @@ struct option {
/* this is a (poor) getopt_long() replacement for systems that don't have it
(this is generaly a GNU extention)
this implementation is by no meens flawless, especialy the optional arguments
- to options and options following filenames is not quite right, allso
+ to options and options following filenames is not quite right, also
minimal error checking
*/
int getopt_long(int argc, char *const argv[],