From: Bastien Dejean Date: Thu, 21 Mar 2013 10:50:38 +0000 (+0100) Subject: Fix typo X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=6a538b764acd805250b19295fcc97a0a197ecbe1;p=bspwm.git Fix typo --- diff --git a/README.md b/README.md index 076ee3f..65aa52a 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ Colors are either [X color names](http://en.wikipedia.org/wiki/X11_color_names) - `gapless_monocle` — Whether to remove gaps for tiled windows in monocle mode. -- `focus_follows_pointer` — Wether to focus the window under the pointer. +- `focus_follows_pointer` — Whether to focus the window under the pointer. - `adaptative_raise` — Prevent floating windows from being raised when they might cover other floating windows. diff --git a/bspwm.1 b/bspwm.1 index 77d05f6..09c2e60 100644 --- a/bspwm.1 +++ b/bspwm.1 @@ -316,7 +316,7 @@ Whether to remove borders for tiled windows in monocle mode. Whether to remove gaps for tiled windows in monocle mode. .TP .I focus_follows_pointer -Wether to focus the window under the pointer. +Whether to focus the window under the pointer. .TP .I adaptative_raise Prevent floating windows from being raised when they might cover other floating windows.