summaryrefslogtreecommitdiff
path: root/xfixes
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-05 13:07:33 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-05 13:07:33 -0700
commit23e83724df4809fd7857cc609c33ce7e8d3021a4 (patch)
treec3018d5ce5c474883b9a31aca33962d73a540bd8 /xfixes
parentb0413b6e99c6b5fbc04229ce64ddf1f41b08e63e (diff)
Fix spelling/wording issues
Most (but not all) of these were found by using codespell --builtin clear,rare,usage,informal,code,names but not everything reported by that was fixed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xfixes')
-rw-r--r--xfixes/cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfixes/cursor.c b/xfixes/cursor.c
index d4b68f3af..60580b88f 100644
--- a/xfixes/cursor.c
+++ b/xfixes/cursor.c
@@ -670,7 +670,7 @@ ReplaceCursor(CursorPtr pCursor, TestCursorFunc testCursor, void *closure)
ReplaceCursorLookup, (void *) &rcl);
}
}
- /* this "knows" that WindowHasNewCursor doesn't depend on it's argument */
+ /* this "knows" that WindowHasNewCursor doesn't depend on its argument */
WindowHasNewCursor(screenInfo.screens[0]->root);
}