summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2011-04-14 05:38:25 +0200
committerPeter Hutterer <peter.hutterer@who-t.net>2011-04-18 14:06:37 +1000
commitae226ae5c90b9c6724e1f1cd44e6d223641e59fa (patch)
treee38b21c208b4c87b7c8cd121cef91a5ec4523695
parente783c187757b0412f53c8ec555d7f5bf7b10195b (diff)
Fix egde/edge typo in manpage and comments.
Debian bug #622663 <http://bugs.debian.org/622663> Signed-off-by: Cyril Brulebois <kibi@debian.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit fe05c60fee1f8fc24cc6cc2af7027d897607af2a)
-rw-r--r--man/synaptics.man4
-rw-r--r--src/synapticsstr.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/man/synaptics.man b/man/synaptics.man
index 07327c5..cd80641 100644
--- a/man/synaptics.man
+++ b/man/synaptics.man
@@ -190,7 +190,7 @@ Fastest setting for edge motion speed. Property: "Synaptics Edge Motion Speed"
.BI "Option \*qEdgeMotionUseAlways\*q \*q" boolean \*q
If on, edge motion is also used for normal movements.
.
-If off, egde motion is used only when dragging. Property: "Synaptics Edge
+If off, edge motion is used only when dragging. Property: "Synaptics Edge
Motion Always"
.TP
.BI "Option \*qMinSpeed\*q \*q" float \*q
@@ -640,7 +640,7 @@ For a pressure value between PressureMotionMinZ and
PressureMotionMaxZ, the factor is increased linearly.
.
.SS Edge motion
-When hitting an egde, movement can be automatically continued.
+When hitting an edge, movement can be automatically continued.
.
If EdgeMotionUseAlways is false, edge motion is only used when
dragging.
diff --git a/src/synapticsstr.h b/src/synapticsstr.h
index 066b3f3..87253c8 100644
--- a/src/synapticsstr.h
+++ b/src/synapticsstr.h
@@ -125,7 +125,7 @@ typedef struct _SynapticsParameters
int edge_motion_max_z; /* finger pressure at which maximum edge motion speed is set */
int edge_motion_min_speed; /* slowest setting for edge motion speed */
int edge_motion_max_speed; /* fastest setting for edge motion speed */
- Bool edge_motion_use_always; /* If false, egde motion is used only when dragging */
+ Bool edge_motion_use_always; /* If false, edge motion is used only when dragging */
Bool updown_button_scrolling; /* Up/Down-Button scrolling or middle/double-click */
Bool leftright_button_scrolling; /* Left/right-button scrolling, or two lots of middle button */