]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu_shim: Fix typos
authorAndrea Bolognani <abologna@redhat.com>
Mon, 27 Jan 2020 16:45:37 +0000 (17:45 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 27 Jan 2020 16:57:08 +0000 (17:57 +0100)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_shim.c

index ccdb4f6b5bfbd7525b2237b501e7bb29fbb3e71b..6c6029e232ef37cf333d7bd5b3ac55d088c354c0 100644 (file)
@@ -263,7 +263,7 @@ int main(int argc, char **argv)
             conn, dom, VIR_DOMAIN_EVENT_ID_LIFECYCLE,
             VIR_DOMAIN_EVENT_CALLBACK(qemuShimDomShutdown),
             NULL, NULL) < 0) {
-        g_printerr("%s: cannot regiser for lifecycle events: %s\n",
+        g_printerr("%s: cannot register for lifecycle events: %s\n",
                    argv[0], virGetLastErrorMessage());
         goto cleanup;
     }
@@ -285,7 +285,7 @@ int main(int argc, char **argv)
         goto cleanup;
     }
     if (verbose)
-        g_printerr("%s: %lld: guest running, Ctrl-C to stop nowbbbb\n",
+        g_printerr("%s: %lld: guest running, Ctrl-C to stop now\n",
                    argv[0], deltams());
 
     if (debug) {