https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=70371d610dde24b4ee8459912f6bfa48eef4b096
commit 70371d610dde24b4ee8459912f6bfa48eef4b096 Author: Corinna Vinschen <[email protected]> AuthorDate: Sat Feb 3 20:28:46 2024 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Sat Feb 3 20:28:56 2024 +0100 Cygwin: fix typo in winjitdebug description Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/doc/cygwinenv.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/winsup/doc/cygwinenv.xml b/winsup/doc/cygwinenv.xml index 3c69d5e4541c..fcb6e22485b3 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>
