diff options
Diffstat (limited to 'src/ws.c')
-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) { |