[libvirt] [libvirt-designer] Fix 'be find' typo in error message

Christophe Fergeau cfergeau at redhat.com
Fri Apr 12 07:53:34 UTC 2013


---

Pushed under the trivial rule.

Christophe

 examples/virtxml.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/virtxml.c b/examples/virtxml.c
index 49a7b4e..20aa621 100644
--- a/examples/virtxml.c
+++ b/examples/virtxml.c
@@ -547,7 +547,7 @@ main(int argc, char *argv[])
     }
 
     if (!os) {
-        print_error("Operating system could not be find or guessed");
+        print_error("Operating system could not be found or guessed");
         goto cleanup;
     }
 
-- 
1.8.1.4




More information about the libvir-list mailing list