[PATCH:xf86-input-synaptics] Fix egde/edge typo in manpage and comments.
Peter Hutterer
peter.hutterer at who-t.net
Wed Apr 13 21:01:24 PDT 2011
On Thu, Apr 14, 2011 at 05:38:25AM +0200, Cyril Brulebois wrote:
> Debian bug #622663 <http://bugs.debian.org/622663>
>
> Signed-off-by: Cyril Brulebois <kibi at debian.org>
> ---
> man/synaptics.man | 4 ++--
> 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 */
> --
> 1.7.4.1
merged, thanks.
Cheers,
Peter
More information about the xorg-devel
mailing list