summaryrefslogtreecommitdiff
path: root/scanopt.c
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-04-13 04:06:57 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-04-13 04:06:57 +0000
commit49aff3e382c8a44fd1d57d91292351f6a6158b8b (patch)
treef517c97049bfaf35a6a307a6e991341cea5a9111 /scanopt.c
parentb53855bca63e3c10b34835c302b0f8ad8461d4d7 (diff)
Fixed minor typo in error message
Diffstat (limited to 'scanopt.c')
-rw-r--r--scanopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scanopt.c b/scanopt.c
index 9702ded..3ca5f63 100644
--- a/scanopt.c
+++ b/scanopt.c
@@ -513,7 +513,7 @@ scanopt_err(s,opt_offset,is_short,err)
fprintf(stderr,"option `%s' doesn't allow an argument\n",optname);
break;
case SCANOPT_ERR_ARG_NOT_FOUND:
- fprintf(stderr,"option `%s' requires an an argument\n",optname);
+ fprintf(stderr,"option `%s' requires an argument\n",optname);
break;
case SCANOPT_ERR_OPT_AMBIGUOUS:
fprintf(stderr,"option `%s' is ambiguous\n",optname);