From 8665e9bc202b171d7133b378793200bcc61c3175 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 5 Mar 2012 17:44:29 -0500 Subject: [PATCH 62/98] Fix spelling in comments and debug messages (recieve -> receive) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Weil Reviewed-by: Andreas Färber Signed-off-by: Stefan Hajnoczi (cherry picked from commit 2542bfd51c42eead37e0025a9055f74b8c3a1aed) Signed-off-by: Jeff Cody Signed-off-by: Michal Novotny --- docs/qapi-code-gen.txt | 2 +- libcacard/vscclient.c | 2 +- qemu-ga.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/qapi-code-gen.txt b/docs/qapi-code-gen.txt index b7befb5..f345866 100644 --- a/docs/qapi-code-gen.txt +++ b/docs/qapi-code-gen.txt @@ -229,7 +229,7 @@ in the schema. The following files are generated: $(prefix)qmp-marshal.c: command marshal/dispatch functions for each QMP command defined in the schema. Functions generated by qapi-visit.py are used to - convert QObjects recieved from the wire into + convert QObjects received from the wire into function parameters, and uses the same visitor functions to convert native C return values to QObjects from transmission back diff --git a/libcacard/vscclient.c b/libcacard/vscclient.c index ce33f5a..69b2266 100644 --- a/libcacard/vscclient.c +++ b/libcacard/vscclient.c @@ -585,7 +585,7 @@ main( printf(" recv APDU: "); print_byte_array(pbSendBuffer, mhHeader.length); } - /* Transmit recieved APDU */ + /* Transmit received APDU */ dwSendLength = mhHeader.length; dwRecvLength = sizeof(pbRecvBuffer); reader = vreader_get_reader_by_id(mhHeader.reader_id); diff --git a/qemu-ga.c b/qemu-ga.c index d2b55fa..6602ce6 100644 --- a/qemu-ga.c +++ b/qemu-ga.c @@ -52,7 +52,7 @@ static struct GAState *ga_state; static void quit_handler(int sig) { - g_debug("recieved signal num %d, quitting", sig); + g_debug("received signal num %d, quitting", sig); if (g_main_loop_is_running(ga_state->main_loop)) { g_main_loop_quit(ga_state->main_loop); -- 1.7.7.6