summary refs log tree commit diff stats
path: root/chardev/wctablet.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-02-13 13:34:45 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2019-02-13 14:31:31 +0100
commit129263c6c08407747753c0c1f715917107cbcb3f (patch)
treeb1af0357bb096abe86a43cdafecb6924d1c64cdd /chardev/wctablet.c
parent4ad6f6cb149b03ab9399a63208918cde09248294 (diff)
downloadfocaccia-qemu-129263c6c08407747753c0c1f715917107cbcb3f.tar.gz
focaccia-qemu-129263c6c08407747753c0c1f715917107cbcb3f.zip
chardev/wctablet: Fix a typo
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>
Diffstat (limited to 'chardev/wctablet.c')
-rw-r--r--chardev/wctablet.c2
1 files changed, 1 insertions, 1 deletions
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,