From: Tim Kientzle Date: Wed, 4 Mar 2015 05:09:44 +0000 (-0800) Subject: Issue 270: Correct spelling of 'archive_write_header' X-Git-Tag: v3.1.900a~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8452ba98a1fa9a0c86fdfe84aa054bcb28f9ee45;p=thirdparty%2Flibarchive.git Issue 270: Correct spelling of 'archive_write_header' --- diff --git a/libarchive/archive_write_finish_entry.3 b/libarchive/archive_write_finish_entry.3 index d881c80ea..c5ef69ebc 100644 --- a/libarchive/archive_write_finish_entry.3 +++ b/libarchive/archive_write_finish_entry.3 @@ -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.