From d7b61ab7d3f04a4157bdfd738077268aac29e6ba Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Thu, 12 Nov 2020 11:10:43 +0100 Subject: [PATCH] Fix typo in archive_write_open.3 --- libarchive/archive_write_open.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2