aboutsummaryrefslogtreecommitdiff
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
parent4ad6f6cb149b03ab9399a63208918cde09248294 (diff)
downloadqemu-129263c6c08407747753c0c1f715917107cbcb3f.zip
qemu-129263c6c08407747753c0c1f715917107cbcb3f.tar.gz
qemu-129263c6c08407747753c0c1f715917107cbcb3f.tar.bz2
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>
-rw-r--r--chardev/wctablet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chardev/wctablet.c b/chardev/wctablet.c
index 969d014..35dbd29 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,