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 fe05c60fee)
This commit is contained in:
Cyril Brulebois
2011-04-14 05:38:25 +02:00
committed by Peter Hutterer
parent e783c18775
commit ae226ae5c9
2 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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 */