]> git.proxmox.com Git - mirror_qemu.git/commitdiff
chardev/wctablet: Fix a typo
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 13 Feb 2019 12:34:45 +0000 (13:34 +0100)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 13 Feb 2019 13:31:31 +0000 (14:31 +0100)
The correct name is Wacom.
Fix the typo which is present since 378af96155d.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190213123446.1768-1-philmd@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
chardev/wctablet.c

index 969d0145743602bf9122116aef13a9b4b87fa94e..35dbd29a3376f67ed410fcecd38c963307fed6c8 100644 (file)
@@ -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,