diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-23 14:00:18 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-23 14:00:18 +0000 |
commit | 2c7074fc930d6bf971b8d64f92dde65d464f3865 (patch) | |
tree | 44b439b623acac1fda280e739af8419fe348f9e9 | |
parent | 6537e100362df8ffb9e0939ca0b033a82a07fa93 (diff) |
typo. From marc@msys.ch. Thanks.
-rw-r--r-- | driver/xf86-input-ws/src/ws.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/xf86-input-ws/src/ws.c b/driver/xf86-input-ws/src/ws.c index e68dbb025..16b196b45 100644 --- a/driver/xf86-input-ws/src/ws.c +++ b/driver/xf86-input-ws/src/ws.c @@ -13,7 +13,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $OpenBSD: ws.c,v 1.7 2009/11/23 12:54:04 matthieu Exp $ */ +/* $OpenBSD: ws.c,v 1.8 2009/11/23 14:00:17 matthieu Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -385,7 +385,7 @@ wsProc(DeviceIntPtr pWS, int what) xf86MotionHistoryAllocate(pInfo); AssignTypeAndName(pWS, pInfo->atom, pInfo->name); pWS->public.on = FALSE; - /* This sould correspond to the center of the screen */ + /* This should correspond to the center of the screen */ priv->x = (priv->max_x - priv->min_x) / 2; priv->y = (priv->max_y - priv->min_y) / 2; if (wsOpen(pInfo) != Success) { |