diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 12:10:01 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 12:10:01 -0800 |
commit | 1ec1f06dafe5510426ba2d3396d65acfd49b347b (patch) | |
tree | 5e68edf4acd48022ac1a1c94d5756c69fa56af0d /src/twm.c | |
parent | 12ae76feef16024a0911b0e61e64266b449599e7 (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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |