From: Joerg Sonnenberger Date: Mon, 18 Sep 2017 01:14:37 +0000 (+0200) Subject: Fix case in comment. X-Git-Tag: v3.3.3~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51f2d2d056def7882bc4b8e36421c8398952e15e;p=thirdparty%2Flibarchive.git Fix case in comment. --- diff --git a/libarchive/archive_cmdline.c b/libarchive/archive_cmdline.c index 7d3bac53b..5c519cd17 100644 --- a/libarchive/archive_cmdline.c +++ b/libarchive/archive_cmdline.c @@ -100,10 +100,10 @@ get_argument(struct archive_string *as, const char *p) /* * Set up command line arguments. - * Returns ARChIVE_OK if everything okey. - * Returns ARChIVE_FAILED if there is a lack of the `"' terminator or an + * Returns ARCHIVE_OK if everything okey. + * Returns ARCHIVE_FAILED if there is a lack of the `"' terminator or an * empty command line. - * Returns ARChIVE_FATAL if no memory. + * Returns ARCHIVE_FATAL if no memory. */ int __archive_cmdline_parse(struct archive_cmdline *data, const char *cmd)