Author: hbelusca
Date: Sat Apr 13 21:33:03 2013
New Revision: 58745
URL:
http://svn.reactos.org/svn/reactos?rev=58745&view=rev
Log:
[ROSTESTS]
Correct spelling of "receive" throughout the codebase.
Patch by andygui.
CORE-7062 #resolve #comment Part for RosTests fixed in revision r58745.
Modified:
trunk/rostests/tests/readconsole/main.c
trunk/rostests/winetests/GUI/mainwnd.c
Modified: trunk/rostests/tests/readconsole/main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/readconsole/main.c?…
==============================================================================
--- trunk/rostests/tests/readconsole/main.c [iso-8859-1] (original)
+++ trunk/rostests/tests/readconsole/main.c [iso-8859-1] Sat Apr 13 21:33:03 2013
@@ -23,7 +23,7 @@
//
_tprintf(TEXT("You printed %c :: "), Buffer);
_tprintf(TEXT("With a value %d :: "), Buffer);
- _tprintf(TEXT("Number of chars recieved %lu :: "), Count);
+ _tprintf(TEXT("Number of chars received %lu :: "), Count);
_tprintf(TEXT("Char equal to backspace %d \n"), (Buffer ==
TEXT('\b')));
//
Modified: trunk/rostests/winetests/GUI/mainwnd.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/GUI/mainwnd.c?r…
==============================================================================
--- trunk/rostests/winetests/GUI/mainwnd.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/GUI/mainwnd.c [iso-8859-1] Sat Apr 13 21:33:03 2013
@@ -214,7 +214,7 @@
{
//
// Create a new thread to create the client process
- // and recieve any ouput via stdout
+ // and receive any ouput via stdout
//
CreateThread(NULL,
0,