fix typo in comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26689 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-06-23 06:35:54 +00:00
parent 5d582fe696
commit 3bbf4ce6d8

View file

@ -281,7 +281,7 @@ GS_EXPORT NSUncaughtExceptionHandler *_NSUncaughtExceptionHandler;
* who shouldn't be billed etc), but shuts down as cleanly as possible.
* </p>
* <p>Process termination is normally accomplished by calling the standard
* exit function of theC runtime library, but if the environment variable
* exit function of the C runtime library, but if the environment variable
* CRASH_ON_ABORT is set to YES or TRUE or 1 the termination will be
* accomplished by calling the abort function instead, which should cause
* a core dump to be made for debugging.