diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-01 13:57:19 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-01 13:57:19 -0500 |
commit | 625f9e1f54cd78ee98ac22030da527c9a1cc9d2b (patch) | |
tree | 0813abba86df9090828f7367e9b03b6d230a459f /qemu-ga.c | |
parent | a952c570c865d5eae6c148716f2cb585a0d3a2ee (diff) | |
parent | 2542bfd51c42eead37e0025a9055f74b8c3a1aed (diff) |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'qemu-ga.c')
-rw-r--r-- | qemu-ga.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |