summaryrefslogtreecommitdiff
path: root/synaptics.c
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-10-13 22:02:10 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:17 +0200
commit909bb54fdb1f9fee3aa004df112c02d754ef53d0 (patch)
tree3e94a41bd893d8bcafb914b4180f6048f927f0a8 /synaptics.c
parentad34245639263fc815f0a99871b15a1762272858 (diff)
Fixed spelling error.
Diffstat (limited to 'synaptics.c')
-rw-r--r--synaptics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/synaptics.c b/synaptics.c
index 2dab71d..7959a3d 100644
--- a/synaptics.c
+++ b/synaptics.c
@@ -1616,7 +1616,7 @@ PrintIdent(SynapticsPrivatePtr priv)
if (SYN_CAP_EXTENDED(priv->capabilities)) {
xf86Msg(X_PROBED, " Touchpad has extended capability bits\n");
if (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap))
- xf86Msg(X_PROBED, " -> %d mulit-buttons, i.e. besides standard buttons\n",
+ xf86Msg(X_PROBED, " -> %d multi-buttons, i.e. besides standard buttons\n",
(int)(SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap)));
else if (SYN_CAP_FOUR_BUTTON(priv->capabilities))
xf86Msg(X_PROBED, " -> four buttons\n");