summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-04-03 13:16:54 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-04-12 09:52:31 +0200
commit950c6206f3b63e4d0c3045161b2890e56db09e7a (patch)
tree749555edd3f8069c02ade584974582e3150e284d
parent5fabdf5888cbafcd2b9a7322fb00671df91314a2 (diff)
Fix 'be find' typo in error message
-rw-r--r--examples/virtxml.c2
1 files changed, 1 insertions, 1 deletions
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;
}