summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica McKellar <jesstess@mit.edu>2010-11-10 21:47:46 -0500
committerJessica McKellar <jesstess@mit.edu>2010-11-10 21:47:46 -0500
commit066b098a312e5cafaccc0cafcf66e5c7dd33de8a (patch)
treed3cabf19a17e389fb7aa11cf88097911e4210981
parenta805439f6443fb0e00ac6caff92f99950c1ddda8 (diff)
downloadscreen-jesstess-docs.tar.gz
Spelling fix: usefull --> useful.jesstess-docs
Thank you Curtis Brown for the patch. This resolves bug #27052.
-rw-r--r--src/NEWS.3.52
-rw-r--r--src/mark.c2
-rw-r--r--src/window.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/NEWS.3.5 b/src/NEWS.3.5
index d0d1970..74bb7bf 100644
--- a/src/NEWS.3.5
+++ b/src/NEWS.3.5
@@ -77,7 +77,7 @@
document.
* Screen can now be started detached (screen -d -m -S sockname).
- This is usefull if you want to start screen in your /etc/rc file
+ This is useful if you want to start screen in your /etc/rc file
(e.g. as a console multiplexer)
* Console grabbing added ('console on' command).
diff --git a/src/mark.c b/src/mark.c
index ccb74f9..35c2178 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -771,7 +771,7 @@ processchar:
LGotoPos(flayer, cx, W2D(cy));
break;
case '@':
- /* it may be usefull to have a key that does nothing */
+ /* it may be useful to have a key that does nothing */
break;
case '%':
rep_cnt--;
diff --git a/src/window.c b/src/window.c
index 1716796..55bcf5d 100644
--- a/src/window.c
+++ b/src/window.c
@@ -642,7 +642,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))