X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f97a409caf1c054da942e6449a12392cec49767..18e33484810be21beaedde30f40d4fb824277d83:/docs/latex/wx/tenvvars.tex

diff --git a/docs/latex/wx/tenvvars.tex b/docs/latex/wx/tenvvars.tex
index 0a683b9e46..dd2d334948 100644
--- a/docs/latex/wx/tenvvars.tex
+++ b/docs/latex/wx/tenvvars.tex
@@ -3,23 +3,23 @@
 %\setfooter{\thepage}{}{}{}{}{\thepage}%
 
 This section describes all environment variables that affect execution of
-wxWindows programs.
+wxWidgets programs.
 
 \twocolwidtha{5cm}%
 \begin{twocollist}\itemsep=0pt
 
 \twocolitem{\tt{WXTRACE}}{(Debug build only.)
-This variable can be set to comma-separated list of trace masks used in
+This variable can be set to a comma-separated list of trace masks used in
 \helpref{wxLogTrace}{wxlogtrace} calls;
 \helpref{wxLog::AddTraceMask}{wxlogaddtracemask} is called for every mask
-in the list during wxWindows initialization.}
+in the list during wxWidgets initialization.}
 
 \twocolitem{\tt{WXPREFIX}}{(Unix only.)
 Overrides installation prefix. Normally, the prefix
-is hard-coded and is same as the value passed to {\tt configure} via
+is hard-coded and is the same as the value passed to {\tt configure} via
 the {\tt --prefix} switch when compiling the library (typically
 {\tt /usr/local} or {\tt /usr}). You can set WXPREFIX if you are for example
-distributing binary version of an application and you don't know in advance
+distributing a binary version of an application and you don't know in advance
 where it will be installed.}
 
 \twocolitem{\tt{WXMODE}}{(wxMGL only.)