Author: hbelusca
Date: Mon Aug 29 16:44:21 2016
New Revision: 72505

URL: http://svn.reactos.org/svn/reactos?rev=72505&view=rev
Log:
[CRT]: Fix typo. Thanks DopefishJustin:)

Modified:
    trunk/reactos/sdk/lib/crt/stdlib/abort.c

Modified: trunk/reactos/sdk/lib/crt/stdlib/abort.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/lib/crt/stdlib/abort.c?rev=72505&r1=72504&r2=72505&view=diff
==============================================================================
--- trunk/reactos/sdk/lib/crt/stdlib/abort.c    [iso-8859-1] (original)
+++ trunk/reactos/sdk/lib/crt/stdlib/abort.c    [iso-8859-1] Mon Aug 29 
16:44:21 2016
@@ -13,7 +13,7 @@
 
 static const char abort_msg[] =
     "This application has requested the Runtime to terminate in an unusual 
way.\n"
-    "Please contact the applications's support team for more information.\0";
+    "Please contact the application's support team for more information.\0";
 
 /*!
  * \brief Aborts the program.


Reply via email to