From 2dd6b556a963aa01378914dfa9a5f0f0efb07a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 13 Apr 2013 21:33:03 +0000 Subject: [PATCH] [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 --- rostests/tests/readconsole/main.c | 2 +- rostests/winetests/GUI/mainwnd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rostests/tests/readconsole/main.c b/rostests/tests/readconsole/main.c index 0eb98f970d4..6774dbd8a73 100644 --- a/rostests/tests/readconsole/main.c +++ b/rostests/tests/readconsole/main.c @@ -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'))); // diff --git a/rostests/winetests/GUI/mainwnd.c b/rostests/winetests/GUI/mainwnd.c index a2b3d38f7de..eea092709a7 100644 --- a/rostests/winetests/GUI/mainwnd.c +++ b/rostests/winetests/GUI/mainwnd.c @@ -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,