From 066b098a312e5cafaccc0cafcf66e5c7dd33de8a Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Wed, 10 Nov 2010 21:47:46 -0500 Subject: Spelling fix: usefull --> useful. Thank you Curtis Brown for the patch. This resolves bug #27052. --- src/NEWS.3.5 | 2 +- src/mark.c | 2 +- src/window.c | 2 +- 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)) -- cgit v1.2.1