]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: fix a typo
authorAlex Jia <ajia@redhat.com>
Wed, 29 Feb 2012 06:53:48 +0000 (14:53 +0800)
committerAlex Jia <ajia@redhat.com>
Wed, 29 Feb 2012 09:42:18 +0000 (17:42 +0800)
* src/util/event_poll.c: (virEventPollRunOnce): s/imeout/timeout/.

Signed-off-by: Alex Jia <ajia@redhat.com>
src/util/event_poll.c

index 30dec74d5834a1db5f0feebe650395aad8561fb7..038e75ff4795e29f1ca81a9743d1b5310a58e117 100644 (file)
@@ -615,7 +615,7 @@ int virEventPollRunOnce(void) {
 
  retry:
     PROBE(EVENT_POLL_RUN,
-          "nhandles=%d imeout=%d",
+          "nhandles=%d timeout=%d",
           nfds, timeout);
     ret = poll(fds, nfds, timeout);
     if (ret < 0) {