diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2011-10-03 00:04:00 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2011-10-03 00:04:00 +0000 |
commit | 9b17619742e42e7af1cafcd87febd1c543c355bf (patch) | |
tree | f7b1c9b2b803d587d6acffadab8ac5cfae75721a /lib/util/shhopt.c | |
parent | 13448a9ced3d4ad1582e81980decf78a727a078b (diff) | |
download | netpbm-mirror-9b17619742e42e7af1cafcd87febd1c543c355bf.tar.gz netpbm-mirror-9b17619742e42e7af1cafcd87febd1c543c355bf.tar.xz netpbm-mirror-9b17619742e42e7af1cafcd87febd1c543c355bf.zip |
typos in comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1582 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/util/shhopt.c')
-rw-r--r-- | lib/util/shhopt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/shhopt.c b/lib/util/shhopt.c index 2e7c6abd..4f7ce9c7 100644 --- a/lib/util/shhopt.c +++ b/lib/util/shhopt.c @@ -849,7 +849,7 @@ parse_long_option(char * const argv[], | | This differs from pm_optParseOptions in that it accepts | long options with just one hyphen and doesn't accept - | any short options. It also has accomodations for + | any short options. It also has accommodations for | future expansion. | | Options and arguments used are removed from the argv- @@ -934,7 +934,7 @@ zero_specified(optEntry opt_table[]) { | | This differs from pm_optParseOptions in that it accepts | long options with just one hyphen and doesn't accept - | any short options. It also has accomodations for + | any short options. It also has accommodations for | future expansion. | | Options and arguments used are removed from the argv- |