summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@openbsd.org>2009-11-23 14:00:17 +0000
committerMatthieu Herrb <matthieu@openbsd.org>2009-11-23 14:00:17 +0000
commit08bdd827e8816e19251a14c24489c3aade9863f0 (patch)
treefa397b974b0a1b319856d0cba74e6a45a1de8b7f
parent5983aaee03598a44cdcd3a3b03857e64957014af (diff)
typo. From marc@msys.ch. Thanks.
-rw-r--r--src/ws.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ws.c b/src/ws.c
index 6180849..01f4472 100644
--- a/src/ws.c
+++ b/src/ws.c
@@ -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) {