diff options
author | Peter Osterlund <petero2@telia.com> | 2004-04-09 22:02:57 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:58 +0200 |
commit | 9a41e6a364c308341772e403332ed3da5399a187 (patch) | |
tree | 66b6241b814133d7c2ad8c84a8e3b87477579d86 /synaptics.h | |
parent | 38bcad4cdfcddff171419dced82f04c54be8afee (diff) |
Fixed spelling error.
Diffstat (limited to 'synaptics.h')
-rw-r--r-- | synaptics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synaptics.h b/synaptics.h index 7e8c95b..ee619c6 100644 --- a/synaptics.h +++ b/synaptics.h @@ -172,7 +172,7 @@ typedef struct _SynapticsPrivateRec Bool vert_scroll_on; /* scrolling flag */ Bool horiz_scroll_on; /* scrolling flag */ Bool circ_scroll_on; /* scrolling flag */ - double frac_x, frac_y; /* absoulte -> relative fraction */ + double frac_x, frac_y; /* absolute -> relative fraction */ enum MidButtonEmulation mid_emu_state; /* emulated 3rd button */ int repeatButtons; /* buttons for repeat */ unsigned long nextRepeat; /* Time when to trigger next auto repeat event */ |