]> wimlib.net Git - wimlib/commitdiff
Fix typos
authorEric Biggers <ebiggers3@gmail.com>
Thu, 2 Jan 2014 20:46:24 +0000 (14:46 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 2 Jan 2014 20:52:06 +0000 (14:52 -0600)
NEWS
doc/imagex-extract.1.in
doc/imagex.1.in

diff --git a/NEWS b/NEWS
index 2b073ad57d06cf72f8b2218ecd6ace2305224471..71cff4449481fb2e7cdf141d3c41b6c680333b65 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,7 @@ Version 1.6.0:
 
        For searching WIM files, wimlib now has configurable case sensitivity.
        The default on Windows is still case-insensitive and the default on
-       UNIX-like systems is still case-sensitive, but this can be overwridden
+       UNIX-like systems is still case-sensitive, but this can be overridden
        on either platform through flags to wimlib_global_init().  For
        `wimlib-imagex', the environmental variable WIMLIB_IMAGEX_IGNORE_CASE
        can be set to 1 or 0 for case-insensitive or case-sensitive behavior,
index d4b34bae86163c22f5582792a29b3ee52a3b8ec2..3888691502999a534414a6092c73d85661117e26 100644 (file)
@@ -41,7 +41,7 @@ the WIM image, like those output by the \fB@IMAGEX_PROGNAME@ dir\fR (1) command.
 However, path separators may be either forward or backward slashes, and the
 leading slash is optional; also, on Windows, the paths are treated
 case-insensitively, while on UNIX, paths are treated case-sensitively, except
-when overwritten through the \fBWIMLIB_IMAGEX_IGNORE_CASE\fR environmental
+when overridden through the \fBWIMLIB_IMAGEX_IGNORE_CASE\fR environmental
 variable, as documented in \fB@IMAGEX_PROGNAME@\fR (1).
 .PP
 If no \fIPATH\fRs are provided, the default behavior is to extract the full
index 1fecaa2429ce5b15d5faffb2e767381c75cceb62..8ba1ed9598e092b5f0a352446a8ce002c4375a68 100644 (file)
@@ -195,7 +195,7 @@ case-insensitive name.  In such cases, if there is a file or directory with an
 exactly matching name, it is chosen; otherwise, one of the case-insensitively
 matching file or directories is chosen arbitrarily.
 .PP
-The default behavior can be overwritten by explicitly setting the environmental
+The default behavior can be overridden by explicitly setting the environmental
 variable \fBWIMLIB_IMAGEX_IGNORE_CASE\fR to 1, in which case such paths will be
 treated case insensitively, or 0, in which such paths will be treated case
 sensitively.