summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 6916eca..9a0df28 100644
--- a/src/window.c
+++ b/src/window.c
@@ -643,7 +643,7 @@ struct NewWindow *newwin;
#ifdef MULTIUSER
/*
* This is dangerous: without a display we use creators umask
- * This is intended to be usefull for detached startup.
+ * This is intended to be useful for detached startup.
* But is still better than default bits with a NULL user.
*/
if (NewWindowAcl(p, display ? D_user : users))