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

12 Apr
2013
12 Apr
'13
3:53 a.m.
--- 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
4538
Age (days ago)
4538
Last active (days ago)
0 comments
1 participants
participants (1)
-
Christophe Fergeau