Revision 2542bfd5

b/docs/qapi-code-gen.txt
229 229
$(prefix)qmp-marshal.c: command marshal/dispatch functions for each
230 230
                        QMP command defined in the schema. Functions
231 231
                        generated by qapi-visit.py are used to
232
                        convert QObjects recieved from the wire into
232
                        convert QObjects received from the wire into
233 233
                        function parameters, and uses the same
234 234
                        visitor functions to convert native C return
235 235
                        values to QObjects from transmission back
b/libcacard/vscclient.c
585 585
                printf(" recv APDU: ");
586 586
                print_byte_array(pbSendBuffer, mhHeader.length);
587 587
            }
588
            /* Transmit recieved APDU */
588
            /* Transmit received APDU */
589 589
            dwSendLength = mhHeader.length;
590 590
            dwRecvLength = sizeof(pbRecvBuffer);
591 591
            reader = vreader_get_reader_by_id(mhHeader.reader_id);
b/qemu-ga.c
51 51

  
52 52
static void quit_handler(int sig)
53 53
{
54
    g_debug("recieved signal num %d, quitting", sig);
54
    g_debug("received signal num %d, quitting", sig);
55 55

  
56 56
    if (g_main_loop_is_running(ga_state->main_loop)) {
57 57
        g_main_loop_quit(ga_state->main_loop);

Also available in: Unified diff