diff options
author | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-23 14:00:17 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-23 14:00:17 +0000 |
commit | 08bdd827e8816e19251a14c24489c3aade9863f0 (patch) | |
tree | fa397b974b0a1b319856d0cba74e6a45a1de8b7f | |
parent | 5983aaee03598a44cdcd3a3b03857e64957014af (diff) |
typo. From marc@msys.ch. Thanks.
-rw-r--r-- | src/ws.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |