summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-05-23 13:24:13 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-05-26 08:28:39 +1000
commit00473a30a0c5a6558a3c0491fc5808baaf711702 (patch)
tree996a49c20d0225f684a84e64b9ce0a1ad1b0aef8
parentfd10a749f93e9bf7458c3f039fae61802234b8d4 (diff)
downloadxf86-input-wacom-00473a30a0c5a6558a3c0491fc5808baaf711702.tar.gz
test: fix a typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--test/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/__init__.py b/test/__init__.py
index 70a3c18..5d9b8ed 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -143,7 +143,7 @@ class Device:
@attr.s
class UinputDevice:
"""
- A warpper around a uinput device.
+ A wrapper around a uinput device.
"""
uidev: libevdev.Device = attr.ib()