diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-07 20:29:06 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-07 20:31:43 +0100 |
| commit | d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7 (patch) | |
| tree | c4dccaa34df9e76d40f510f6519563cbd5212d1a /src/apps/optargpm.h | |
| parent | 36a5a178cbd8c338a294ed5528462e65faf20a3d (diff) | |
| download | PROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.tar.gz PROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.zip | |
typo fixes
Diffstat (limited to 'src/apps/optargpm.h')
| -rw-r--r-- | src/apps/optargpm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/optargpm.h b/src/apps/optargpm.h index 4e8dd9c7..9a66b9a0 100644 --- a/src/apps/optargpm.h +++ b/src/apps/optargpm.h @@ -576,7 +576,7 @@ OPTARGS *opt_parse (int argc, char **argv, const char *flags, const char *keys, continue; } - /* options taking argumants */ + /* options taking arguments */ /* argument separate (i.e. "-i 10") */ if (j + 1==arg_group_size) { |
