]> git.proxmox.com Git - qemu.git/commitdiff
Fix spelling in comments and debug messages (recieve -> receive)
authorStefan Weil <weil@mail.berlios.de>
Sun, 28 Aug 2011 19:45:40 +0000 (21:45 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 29 Aug 2011 10:47:33 +0000 (11:47 +0100)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Reviewed-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
docs/qapi-code-gen.txt
libcacard/vscclient.c
qemu-ga.c

index b7befb5e48221dff4ad7429302d13d50ea98c553..f345866f57c4dffc4ed3d1a215fb84e740f54bda 100644 (file)
@@ -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
index a7b38340dcc3ef7976fea6cf8a755ab95572905f..2191f6038c0156284c99f34bb1714ae02e6c5edd 100644 (file)
@@ -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);
index 858d75a361df9f5e39accdee2020ad09496657bf..49320133c6edbe72817aaa1f63f44b9fb6b488db 100644 (file)
--- a/qemu-ga.c
+++ b/qemu-ga.c
@@ -51,7 +51,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);