Suggested-by: Andrew Jones <drjo...@redhat.com>
Signed-off-by: Eduardo Habkost <ehabk...@redhat.com>
---
 vl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vl.c b/vl.c
index c417b06..2d48e22 100644
--- a/vl.c
+++ b/vl.c
@@ -3735,7 +3735,7 @@ int main(int argc, char **argv, char **envp)
                 break;
             case QEMU_OPTION_uuid:
                 if(qemu_uuid_parse(optarg, qemu_uuid) < 0) {
-                    error_report("fail to parse UUID string: wrong format");
+                    error_report("failed to parse UUID string: wrong format");
                     exit(1);
                 }
                 qemu_uuid_set = true;
-- 
2.1.0


Reply via email to