aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2024-02-03 20:28:46 +0100
committerCorinna Vinschen <corinna@vinschen.de>2024-02-03 20:28:56 +0100
commit70371d610dde24b4ee8459912f6bfa48eef4b096 (patch)
tree567056aab413c43f72d84729a664b07d03501ed4
parent10e221050fc3fc681e7737ee3925108993ed7eb7 (diff)
downloadnewlib-70371d610dde24b4ee8459912f6bfa48eef4b096.zip
newlib-70371d610dde24b4ee8459912f6bfa48eef4b096.tar.gz
newlib-70371d610dde24b4ee8459912f6bfa48eef4b096.tar.bz2
Cygwin: fix typo in winjitdebug description
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/doc/cygwinenv.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/winsup/doc/cygwinenv.xml b/winsup/doc/cygwinenv.xml
index 3c69d5e..fcb6e22 100644
--- a/winsup/doc/cygwinenv.xml
+++ b/winsup/doc/cygwinenv.xml
@@ -96,11 +96,11 @@ in addition to the normal UNIX argv list. Defaults to not set.</para>
<listitem>
<para><envar>(no)winjitdebug</envar> - if set, non-Cygwin executables
started from a Cygwin process will have their error mode reset to the
-system default. That means, if they don't call SetErrorMode() explicitl,
-the OS will display error dialog boxes in the GUI if some fatal error
-occurs. Defaults to not set, so fatal errors in a non-Cygwin child
-process will just result in an error code be propagated back to the
-parent process.</para>
+system default. That means, if they don't call SetErrorMode()
+explicitly, the OS will display error dialog boxes in the GUI if some
+fatal error occurs. Defaults to not set, so fatal errors in a
+non-Cygwin child process will just result in an error code be propagated
+back to the parent process.</para>
</listitem>
<listitem>