From ae226ae5c90b9c6724e1f1cd44e6d223641e59fa Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 14 Apr 2011 05:38:25 +0200 Subject: Fix egde/edge typo in manpage and comments. Debian bug #622663 Signed-off-by: Cyril Brulebois Signed-off-by: Peter Hutterer (cherry picked from commit fe05c60fee1f8fc24cc6cc2af7027d897607af2a) --- 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 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 */ -- cgit v1.2.3