[ROSTESTS]

Correct spelling of "receive" throughout the codebase.
Patch by andygui.

CORE-7062 #resolve #comment Part for RosTests fixed in revision r58745.

svn path=/trunk/; revision=58745
This commit is contained in:
Hermès Bélusca-Maïto 2013-04-13 21:33:03 +00:00
parent 157aa32663
commit 2dd6b556a9
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ int main()
//
_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')));
//

View file

@ -214,7 +214,7 @@ RunSelectedTest(PMAIN_WND_INFO pInfo)
{
//
// Create a new thread to create the client process
// and recieve any ouput via stdout
// and receive any ouput via stdout
//
CreateThread(NULL,
0,