summaryrefslogtreecommitdiff
path: root/src/twm.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 12:10:01 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 12:10:01 -0800
commit1ec1f06dafe5510426ba2d3396d65acfd49b347b (patch)
tree5e68edf4acd48022ac1a1c94d5756c69fa56af0d /src/twm.c
parent12ae76feef16024a0911b0e61e64266b449599e7 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/twm.c')
-rw-r--r--src/twm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/twm.c b/src/twm.c
index 2abb603..252bdf7 100644
--- a/src/twm.c
+++ b/src/twm.c
@@ -119,7 +119,7 @@ int PreviousScreen; /* last screen that we were on */
int FirstScreen; /* TRUE ==> first screen of display */
int message_level = 1; /* controls error messages */
static int RedirectError; /* TRUE ==> another window manager running */
-static int TwmErrorHandler(Display *dpy, XErrorEvent *event); /* for settting RedirectError */
+static int TwmErrorHandler(Display *dpy, XErrorEvent *event); /* for setting RedirectError */
static int CatchRedirectError(Display *dpy, XErrorEvent *event); /* for everything else */
static void sigHandler(int);
char Info[INFO_LINES][INFO_SIZE]; /* info strings to print */
@@ -597,7 +597,7 @@ main(int argc, char *argv[])
/* Parse it once for each screen. */
ParseTwmrc(InitFile);
- assign_var_savecolor(); /* storeing pixels for twmrc "entities" */
+ assign_var_savecolor(); /* storing pixels for twmrc "entities" */
if (Scr->SqueezeTitle == -1)
Scr->SqueezeTitle = FALSE;
if (!Scr->HaveFonts)