summaryrefslogtreecommitdiffstats
path: root/chardev
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-02-13 13:34:45 +0100
committerMarc-André Lureau2019-02-13 14:31:31 +0100
commit129263c6c08407747753c0c1f715917107cbcb3f (patch)
treeb1af0357bb096abe86a43cdafecb6924d1c64cdd /chardev
parentchar: allow specifying a GMainContext at opening time (diff)
downloadqemu-129263c6c08407747753c0c1f715917107cbcb3f.tar.gz
qemu-129263c6c08407747753c0c1f715917107cbcb3f.tar.xz
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')
-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,