From 1ba8ef58e342320ad1481d5bf61572732224d4c5 Mon Sep 17 00:00:00 2001 From: Jaimos Date: Sun, 30 May 2021 12:04:00 -0600 Subject: [PATCH] Spelling error fixes. Lintian detected multiple spelling errors/typos in the fvwm3 binaries and manual pages. Closes #511. --- doc/fvwm3/fvwm3.adoc | 4 ++-- doc/modules/FvwmButtons.adoc | 4 ++-- doc/modules/FvwmEvent.adoc | 4 ++-- doc/modules/FvwmMFL.adoc | 2 +- fvwm/bindings.c | 2 +- fvwm/menubindings.c | 2 +- libs/FScreen.c | 2 +- modules/FvwmIconMan/readconfig.c | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/fvwm3/fvwm3.adoc b/doc/fvwm3/fvwm3.adoc index 14d3ed8ed..930ee6b52 100644 --- a/doc/fvwm3/fvwm3.adoc +++ b/doc/fvwm3/fvwm3.adoc @@ -1719,7 +1719,7 @@ Mouse 3 FS N WindowShade $$[func.context] $[debuglog.state]:: Either _0_ (debug log closed) or _1_. Indicates the current state of - debuging and logging facility. + debugging and logging facility. $[gt._str_]:: return the translation of _str_ by looking in the current locale @@ -3960,7 +3960,7 @@ current desk or the selected desktop if the _Desk_ condition is used. The _NoCurrentDeskTitle_ option removes this title. _TitleForAllDesks_ causes fvwm to add a menu title with the desk name and/or number before each group of windows on the same desk. With _NoLayer_, the -layer of the window is not diplayed. The options _ShowPage_, +layer of the window is not displayed. The options _ShowPage_, _ShowPageX_ and _ShowPageY_ enable displaying the page of the window rounded multiples of the display size. With _ShowScreen_, the window's screen name is displayed. diff --git a/doc/modules/FvwmButtons.adoc b/doc/modules/FvwmButtons.adoc index 81ff30c84..2775cbe11 100644 --- a/doc/modules/FvwmButtons.adoc +++ b/doc/modules/FvwmButtons.adoc @@ -370,7 +370,7 @@ NoSize::: This option specifies that this button will not be considered at all when making the initial calculations of button sizes. Useful for the odd button that gets just a couple of pixels too large to keep in - line, and therefor blows up your whole buttonbox. "NoSize" is + line, and therefore blows up your whole buttonbox. "NoSize" is equivalent to "Size 0 0". Padding width height::: @@ -1128,7 +1128,7 @@ whitespace character. The FvwmButtons program, and the concept for interfacing this module to the Window Manager, are all original work by Robert Nation. -Originally, FvwmGoodStuff preceeded FvwmButtons. +Originally, FvwmGoodStuff preceded FvwmButtons. == AUTHOR diff --git a/doc/modules/FvwmEvent.adoc b/doc/modules/FvwmEvent.adoc index 559d5a91e..53d48565e 100644 --- a/doc/modules/FvwmEvent.adoc +++ b/doc/modules/FvwmEvent.adoc @@ -146,8 +146,8 @@ The following events are valid: |new_page | Occurs when a new page is switched to |old_add_window | DEPRECATED |old_configure_window | DEPRECATED -|property_change | Occurs when a window recieves a PropertNotify event -|raise_window | Occurs when a windowis raised +|property_change | Occurs when a window receives a PropertNotify event +|raise_window | Occurs when a window is raised |res_class | Occurs when a window's Class is set |res_name | Occurs when a window's Resource is set |restack | Occurs when windows are restacked diff --git a/doc/modules/FvwmMFL.adoc b/doc/modules/FvwmMFL.adoc index 1fd7b0074..c3a205b38 100644 --- a/doc/modules/FvwmMFL.adoc +++ b/doc/modules/FvwmMFL.adoc @@ -31,7 +31,7 @@ packet has different fields, depending on the type requested. == COMMUNICATION The default unix-domain socket for _FvwmMFL_ is _$TMPDIR/fvwm_mfl.sock_, -although this can be overriden via an environment variable +although this can be overridden via an environment variable _FVWMMFL_SOCKET_. == REGISTERING INTEREST diff --git a/fvwm/bindings.c b/fvwm/bindings.c index f9713ea20..01e8e10d9 100644 --- a/fvwm/bindings.c +++ b/fvwm/bindings.c @@ -489,7 +489,7 @@ static int ParseBinding( { fvwm_debug( __func__, "Binding specified AnyModifier" - " and other modifers too. Excess modifiers are" + " and other modifiers too. Excess modifiers are" " ignored."); modifier = AnyModifier; } diff --git a/fvwm/menubindings.c b/fvwm/menubindings.c index 09dbef7a4..c7ac22376 100644 --- a/fvwm/menubindings.c +++ b/fvwm/menubindings.c @@ -452,7 +452,7 @@ int menu_binding( if ((modifier & AnyModifier) && (modifier & (~AnyModifier))) { fvwm_debug(__func__, "Binding specified AnyModifier" - " and other modifers too. Excess modifiers are" + " and other modifiers too. Excess modifiers are" " ignored."); modifier = AnyModifier; } diff --git a/libs/FScreen.c b/libs/FScreen.c index 12a17104b..41fe38de3 100644 --- a/libs/FScreen.c +++ b/libs/FScreen.c @@ -499,7 +499,7 @@ void FScreenInit(Display *dpy) if (res == NULL || (res != NULL && res->noutput == 0)) { XRRFreeScreenResources(res); - fvwm_debug(__func__, "RandR present, yet no ouputs found."); + fvwm_debug(__func__, "RandR present, yet no outputs found."); goto randr_fail; } XRRFreeScreenResources(res); diff --git a/modules/FvwmIconMan/readconfig.c b/modules/FvwmIconMan/readconfig.c index c762d95d2..8843be8fb 100644 --- a/modules/FvwmIconMan/readconfig.c +++ b/modules/FvwmIconMan/readconfig.c @@ -681,7 +681,7 @@ Binding *ParseMouseEntry(char *tline) modifiers_string_to_modmask(modifiers, &mods); if((mods & AnyModifier)&&(mods&(~AnyModifier))) { - ConsoleMessage("Binding specified AnyModifier and other modifers too. " + ConsoleMessage("Binding specified AnyModifier and other modifiers too. " "Excess modifiers will be ignored."); } @@ -735,7 +735,7 @@ static Binding *ParseKeyEntry(char *tline) modifiers_string_to_modmask(modifiers, &mods); if((mods & AnyModifier)&&(mods&(~AnyModifier))) { - ConsoleMessage("Binding specified AnyModifier and other modifers too. Excess modifiers will be ignored."); + ConsoleMessage("Binding specified AnyModifier and other modifiers too. Excess modifiers will be ignored."); } /*