summaryrefslogtreecommitdiff
path: root/src/ws.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ws.c')
-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) {