diff options
-rw-r--r-- | man/synaptics.man | 4 | ||||
-rw-r--r-- | src/synapticsstr.h | 2 |
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 8f6593e..7cda748 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 */ |