提交 2542bfd5 编写于 作者: S Stefan Weil 提交者: Stefan Hajnoczi

Fix spelling in comments and debug messages (recieve -> receive)

Signed-off-by: NStefan Weil <weil@mail.berlios.de>
Reviewed-by: NAndreas Färber <andreas.faerber@web.de>
Signed-off-by: NStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
上级 11d6dded
......@@ -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
......
......@@ -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);
......
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册