Author: stepan Date: Fri Jul 2 16:49:13 2010 New Revision: 102 URL: http://www.serialice.com/trac/serialice/changeset/102
Log: Fix a minor spelling error. Signed-off-by: Myles Watson mylesgw@gmail.com Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/qemu-0.11.0/serialice.c
Modified: trunk/qemu-0.11.0/serialice.c ============================================================================== --- trunk/qemu-0.11.0/serialice.c Fri Jul 2 16:43:27 2010 (r101) +++ trunk/qemu-0.11.0/serialice.c Fri Jul 2 16:49:13 2010 (r102) @@ -1171,7 +1171,7 @@
/* ... and wait for it to appear */ if (serialice_wait_prompt() == 0) { - printf("target alife!\n"); + printf("target alive!\n"); } else { printf("target not ok!\n"); exit(1); @@ -1191,7 +1191,7 @@ printf("SerialICE: LUA init...\n"); serialice_lua_init();
- /* Let the rest of Qemu know we're alife */ + /* Let the rest of Qemu know we're alive */ serialice_active = 1; }