qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PATCH] chardev/wctablet: Fix a typo


From: Philippe Mathieu-Daudé
Subject: [Qemu-trivial] [PATCH] chardev/wctablet: Fix a typo
Date: Tue, 12 Feb 2019 15:57:22 +0100

The correct name is Wacom.
Fix the typo present this the origin of this file (378af96155d).

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 chardev/wctablet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chardev/wctablet.c b/chardev/wctablet.c
index 969d014574..35dbd29a33 100644
--- a/chardev/wctablet.c
+++ b/chardev/wctablet.c
@@ -177,7 +177,7 @@ static void wctablet_input_sync(DeviceState *dev)
 }
 
 static QemuInputHandler wctablet_handler = {
-    .name  = "QEMU Wacome Pen Tablet",
+    .name  = "QEMU Wacom Pen Tablet",
     .mask  = INPUT_EVENT_MASK_BTN | INPUT_EVENT_MASK_ABS,
     .event = wctablet_input_event,
     .sync  = wctablet_input_sync,
-- 
2.20.1




reply via email to

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