summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bezier.h2
-rw-r--r--src/xf86libinput.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bezier.h b/src/bezier.h
index ce628dd..f86588b 100644
--- a/src/bezier.h
+++ b/src/bezier.h
@@ -56,7 +56,7 @@ extern const struct bezier_control_point bezier_defaults[4];
* This function requires that c[i].x <= c[i+1].x
*
* The curve is mapped into a canvas size [0, bezier_sz)². For each x
- * coordiante in [0, bezier_sz), the matching y coordinate is thus
+ * coordinate in [0, bezier_sz), the matching y coordinate is thus
* bezier[x].
*
* In other words, if you have a range [0,2048) input possible values,
diff --git a/src/xf86libinput.c b/src/xf86libinput.c
index 5bb6c28..d7b72e0 100644
--- a/src/xf86libinput.c
+++ b/src/xf86libinput.c
@@ -3669,7 +3669,7 @@ xf86libinput_pre_init(InputDriverPtr drv,
goto fail;
}
- /* We ref the device above, then remove it. It get's
+ /* We ref the device above, then remove it. It gets
re-added with the same path in DEVICE_ON, we hope
it doesn't change until then */
libinput_device_ref(device);