summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 10:51:03 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 10:51:03 -0800
commitabf0fa611efcf0fdbf8be224d4cc39a48b36e92e (patch)
treeaea6dc3cc77209a8040732bb360b3698936b4193 /src
parent6609d352f3ac6f820c997934c6e21c50c5dc0e89 (diff)
downloadxorg-driver-xf86-input-evdev-abf0fa611efcf0fdbf8be224d4cc39a48b36e92e.tar.gz
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-rw-r--r--src/emuWheel.c2
-rw-r--r--src/evdev.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emuWheel.c b/src/emuWheel.c
index c82c240..2b66ade 100644
--- a/src/emuWheel.c
+++ b/src/emuWheel.c
@@ -50,7 +50,7 @@ static Atom prop_wheel_inertia = 0;
static Atom prop_wheel_timeout = 0;
static Atom prop_wheel_button = 0;
-/* Local Funciton Prototypes */
+/* Local Function Prototypes */
static int EvdevWheelEmuInertia(InputInfoPtr pInfo, WheelAxisPtr axis, int value);
/* Filter mouse button events */
diff --git a/src/evdev.c b/src/evdev.c
index 6b5eadd..13ffbdf 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -1933,7 +1933,7 @@ EvdevInit(DeviceIntPtr device)
* So, unless you have a small screen, you won't be enjoying it much;
* consequently, absolute axes are generally ignored.
*
- * However, currenly only a device with absolute axes can be registered
+ * However, currently only a device with absolute axes can be registered
* as a touch{pad,screen}. Thus, given such a device, absolute axes are
* used and relative axes are ignored.
*/