]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix typo in archive_write_open.3
authorMartin Matuska <martin@matuska.org>
Thu, 12 Nov 2020 10:10:43 +0000 (11:10 +0100)
committerMartin Matuska <martin@matuska.org>
Thu, 12 Nov 2020 10:10:43 +0000 (11:10 +0100)
libarchive/archive_write_open.3

index f68538502f1a48fd1c1dac8111ac3fbb60eb1300..29bffe49eb97537bc3d6288e50c3e38b41223a2d 100644 (file)
@@ -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