From: Martin Matuska Date: Thu, 12 Nov 2020 10:10:43 +0000 (+0100) Subject: Fix typo in archive_write_open.3 X-Git-Tag: v3.5.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b61ab7d3f04a4157bdfd738077268aac29e6ba;p=thirdparty%2Flibarchive.git Fix typo in archive_write_open.3 --- diff --git a/libarchive/archive_write_open.3 b/libarchive/archive_write_open.3 index f68538502..29bffe49e 100644 --- a/libarchive/archive_write_open.3 +++ b/libarchive/archive_write_open.3 @@ -177,7 +177,7 @@ If the open fails, it should call .Fn archive_set_error to register an error code and message and return .Cm ARCHIVE_FATAL . -Please not that if open fails, close is not called and resources must be +Please note that if open fails, close is not called and resources must be freed inside the open callback or with the free callback. .Bl -item -offset indent .It