From 620053ed0e0471cb35e314f1b3fea25c75087aa7 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 10 Jan 2010 15:22:47 +0000 Subject: Typos in comments and error messages. --- src/ws.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/ws.c b/src/ws.c index 9c80970..5922d93 100644 --- a/src/ws.c +++ b/src/ws.c @@ -43,7 +43,6 @@ #include "ws-properties.h" #endif - #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 #include #include @@ -494,7 +493,7 @@ wsDeviceOn(DeviceIntPtr pWS) } if (priv->type == WSMOUSE_TYPE_TPANEL) { - /* save calibration values */ + /* get calibration values */ if (ioctl(pInfo->fd, WSMOUSEIO_GCALIBCOORDS, &coords) != 0) { xf86Msg(X_ERROR, "GCALIBCOORS failed %s\n", strerror(errno)); @@ -506,7 +505,7 @@ wsDeviceOn(DeviceIntPtr pWS) coords.samplelen = priv->raw; if (ioctl(pInfo->fd, WSMOUSEIO_SCALIBCOORDS, &coords) != 0) { - xf86Msg(X_ERROR, "GCALIBCOORS failed %s\n", + xf86Msg(X_ERROR, "SCALIBCOORS failed %s\n", strerror(errno)); return !Success; } -- cgit v1.2.3