summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2012-01-19 16:35:03 -0500
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2012-01-19 16:35:03 -0500
commitc795ac322ff7c81c8d57445337c9f70cba226d1f (patch)
tree00362a9b3c203b64de2400f0a124f9dc9e2a5397 /src/window.c
parent869278e490913531a98602b8bec5cc08831aa46d (diff)
parent8cf5efc07048abee125a24652768f4b24fc761bf (diff)
downloadscreen-unicode++.tar.gz
Merge remote-tracking branch 'origin/master' into unicode++unicode++
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))