mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +00:00
[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:
parent
157aa32663
commit
2dd6b556a9
2 changed files with 2 additions and 2 deletions
|
@ -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')));
|
||||
|
||||
//
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue