diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-04-14 05:38:25 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-04-14 14:01:15 +1000 |
commit | fe05c60fee1f8fc24cc6cc2af7027d897607af2a (patch) | |
tree | 24a2cc340bbf50974554587eba1f87c61fc9deb9 /src | |
parent | 26a9416f48a35fb375ea6bd4363f9b7ab2cc0acd (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>
Diffstat (limited to 'src')
-rw-r--r-- | src/synapticsstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |