]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Issue 270: Correct spelling of 'archive_write_header'
authorTim Kientzle <kientzle@acm.org>
Wed, 4 Mar 2015 05:09:44 +0000 (21:09 -0800)
committerTim Kientzle <kientzle@acm.org>
Wed, 4 Mar 2015 05:09:44 +0000 (21:09 -0800)
libarchive/archive_write_finish_entry.3

index d881c80ea4a8a90f33963ebaec00b8a8bc16929e..c5ef69ebc94112ece4c43a026bc8bcfa2ba0362d 100644 (file)
@@ -41,7 +41,7 @@ Close out the entry just written.
 In particular, this writes out the final padding required by some formats.
 Ordinarily, clients never need to call this, as it
 is called automatically by
-.Fn archive_write_next_header
+.Fn archive_write_header
 and
 .Fn archive_write_close
 as needed.