summaryrefslogtreecommitdiff
path: root/argp/argp-parse.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-08-29 09:08:54 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-08-29 09:11:45 +0200
commit6f65e668957a50e153cba6822f747d13ad1b40ad (patch)
treedec30aa85e57419ac1eafffeab8548c973cac02f /argp/argp-parse.c
parentd0721e703d222c01a9e8c329311c4fb01dac6972 (diff)
Fix typos.
Diffstat (limited to 'argp/argp-parse.c')
-rw-r--r--argp/argp-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/argp/argp-parse.c b/argp/argp-parse.c
index f68ebab0df..3051be1471 100644
--- a/argp/argp-parse.c
+++ b/argp/argp-parse.c
@@ -410,7 +410,7 @@ convert_options (const struct argp *argp,
return group;
}
-/* Find the merged set of getopt options, with keys appropiately prefixed. */
+/* Find the merged set of getopt options, with keys appropriately prefixed. */
static void
parser_convert (struct parser *parser, const struct argp *argp, int flags)
{