summaryrefslogtreecommitdiff
path: root/common/gesture.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/gesture.c')
-rw-r--r--common/gesture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gesture.c b/common/gesture.c
index 157e3c1f5a..8d9c744cf7 100644
--- a/common/gesture.c
+++ b/common/gesture.c
@@ -94,7 +94,7 @@ static int gesture_tap_for_battery(void)
/*
* Running sums of data diffs for inner and outer windows.
- * Z data kept seperate from X and Y data
+ * Z data kept separate from X and Y data
*/
static int sum_z_inner, sum_z_outer, sum_xy_inner, sum_xy_outer;