aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libarchive/archive_write.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_write.3 b/lib/libarchive/archive_write.3
index ad40da7793bd..acef1257e452 100644
--- a/lib/libarchive/archive_write.3
+++ b/lib/libarchive/archive_write.3
@@ -153,7 +153,7 @@ Freeze the settings, open the archive, and prepare for writing entries.
This is the most generic form of this function, which accepts
pointers to three callback functions which will be invoked by
the library to write the constructed archive.
-Note: internally, the callbacks are invoked by the compression layer.
+Note: Internally, the callbacks are invoked by the compression layer.
In order to support external compression programs, the compression
is permitted to fork and invoke the callbacks from a separate process.
In particular, clients should not assume that they can communicate