From 6c7861533e838b8fe7d0a4aed7892d8d24b370fd Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 2 Jan 2014 14:46:24 -0600 Subject: [PATCH] Fix typos --- NEWS | 2 +- doc/imagex-extract.1.in | 2 +- doc/imagex.1.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 2b073ad5..71cff444 100644 --- 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, diff --git a/doc/imagex-extract.1.in b/doc/imagex-extract.1.in index d4b34bae..38886915 100644 --- a/doc/imagex-extract.1.in +++ b/doc/imagex-extract.1.in @@ -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 diff --git a/doc/imagex.1.in b/doc/imagex.1.in index 1fecaa24..8ba1ed95 100644 --- a/doc/imagex.1.in +++ b/doc/imagex.1.in @@ -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. -- 2.43.0