summaryrefslogtreecommitdiff
path: root/src/CloseHook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/CloseHook.c')
-rw-r--r--src/CloseHook.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CloseHook.c b/src/CloseHook.c
index 01a1beb..3eb06ac 100644
--- a/src/CloseHook.c
+++ b/src/CloseHook.c
@@ -135,7 +135,7 @@ XmuAddCloseDisplayHook(Display *dpy, XmuCloseHookProc func, XPointer arg)
elist = de;
}
- /* add to end of list of callback recordss */
+ /* add to end of list of callback records */
cb->func = func;
cb->arg = arg;
cb->next = NULL;
@@ -221,7 +221,7 @@ XmuLookupCloseDisplayHook(Display *dpy, CloseHook handle,
/*
* Find the specified display on the linked list of displays. Also return
- * the preceeding link so that the display can be unlinked without having
+ * the preceding link so that the display can be unlinked without having
* back pointers.
*/
static DisplayEntry *