]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix case in comment.
authorJoerg Sonnenberger <joerg@bec.de>
Mon, 18 Sep 2017 01:14:37 +0000 (03:14 +0200)
committerJoerg Sonnenberger <joerg@bec.de>
Mon, 18 Sep 2017 01:14:37 +0000 (03:14 +0200)
libarchive/archive_cmdline.c

index 7d3bac53bb5c5e6bf3520e6c07421df050241d16..5c519cd17f1bb31f21d8c82453008a3a6387b507 100644 (file)
@@ -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)