Correct typos in user guide
Patch status: merged
Patch by Alexander Neumann
To apply this patch, use:
curl http://cr.i3wm.org/patch/266/raw.patch | git am
b/docs/userguide
| 13 |
@@ -252,7 +252,7 @@ workspace node. By default, the workspace node’s orientation is +horizontal+. |
| 14 |
Now you move one of these terminals down (+$mod+k+ by default). The workspace |
| 15 |
node’s orientation will be changed to +vertical+. The terminal window you moved |
| 16 |
down is directly attached to the workspace and appears on the bottom of the |
| 17 |
-screen. A new (horizontal) container was created to accomodate the other two |
| 18 |
+screen. A new (horizontal) container was created to accommodate the other two |
| 19 |
terminal windows. You will notice this when switching to tabbed mode (for |
| 20 |
example). You would end up having one tab called "another container" and the |
| 21 |
other one being the terminal window you moved down. |
| 22 |
@@ -446,7 +446,7 @@ New workspaces get a reasonable default orientation: Wide-screen monitors |
| 23 |
(anything higher than wide) get vertical orientation. |
| 24 |
|
| 25 |
With the +default_orientation+ configuration directive, you can override that |
| 26 |
-behaviour. |
| 27 |
+behavior. |
| 28 |
|
| 29 |
*Syntax*: |
| 30 |
---------------------------------------------- |
| 31 |
@@ -834,7 +834,7 @@ popup_during_fullscreen smart |
| 32 |
When being in a tabbed or stacked container, the first container will be |
| 33 |
focused when you use +focus down+ on the last container -- the focus wraps. If |
| 34 |
however there is another stacked/tabbed container in that direction, focus will |
| 35 |
-be set on that container. This is the default behaviour so you can navigate to |
| 36 |
+be set on that container. This is the default behavior so you can navigate to |
| 37 |
all your windows without having to use +focus parent+. |
| 38 |
|
| 39 |
If you want the focus to *always* wrap and you are aware of using +focus |
| 40 |
@@ -900,7 +900,7 @@ workspace_auto_back_and_forth yes |
| 41 |
|
| 42 |
If an application on another workspace sets an urgency hint, switching to this |
| 43 |
workspace may lead to immediate focus of the application, which also means the |
| 44 |
-window decoration color would be immediately resetted to +client.focused+. This |
| 45 |
+window decoration color would be immediately reseted to +client.focused+. This |
| 46 |
may make it unnecessarily hard to tell which window originally raised the |
| 47 |
event. |
| 48 |
|
| 49 |
@@ -1575,7 +1575,7 @@ specify a default name if there's currently no workspace starting with a "1". |
| 50 |
You can rename workspaces. This might be useful to start with the default |
| 51 |
numbered workspaces, do your work, and rename the workspaces afterwards to |
| 52 |
reflect what’s actually on them. You can also omit the old name to rename |
| 53 |
-the currently focused workspace. This is handy if you wan't to use the |
| 54 |
+the currently focused workspace. This is handy if you want to use the |
| 55 |
rename command with +i3-input+. |
| 56 |
|
| 57 |
*Syntax*: |