qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 15/16] vl.c: Use US spelling for "unrecognized"


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH v2 15/16] vl.c: Use US spelling for "unrecognized"
Date: Wed, 28 Oct 2015 16:37:04 -0200

All other error_report() and error_setg() cases use "unrecognized", use
the same spelling here for consistency.

Reported-by: Eric Blake <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>
---
 vl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vl.c b/vl.c
index 686a7d3..6b831eb 100644
--- a/vl.c
+++ b/vl.c
@@ -950,7 +950,7 @@ static struct bt_device_s *bt_device_add(const char *opt)
     if (endp) {
         vlan_id = strtol(endp + 6, &endp, 0);
         if (*endp) {
-            error_report("unrecognised bluetooth vlan Id");
+            error_report("unrecognized bluetooth vlan Id");
             return 0;
         }
     }
-- 
2.1.0




reply via email to

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