qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 05/11] vl.c: Use "cannot" instead of "can not" in


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH v3 05/11] vl.c: Use "cannot" instead of "can not" in error messages
Date: Fri, 30 Oct 2015 13:07:56 -0200

Suggested-by: Eric Blake <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>
---
 vl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vl.c b/vl.c
index 3841ada..44f9f54 100644
--- a/vl.c
+++ b/vl.c
@@ -4168,12 +4168,12 @@ int main(int argc, char **argv, char **envp)
         if (display_type == DT_NOGRAPHIC
             && (default_parallel || default_serial
                 || default_monitor || default_virtcon)) {
-            error_report("-nographic can not be used with -daemonize");
+            error_report("-nographic cannot be used with -daemonize");
             exit(1);
         }
 #ifdef CONFIG_CURSES
         if (display_type == DT_CURSES) {
-            error_report("curses display can not be used with -daemonize");
+            error_report("curses display cannot be used with -daemonize");
             exit(1);
         }
 #endif
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]