From 9abddffd09d33dba8c1e022085f7aa4e7ca6ce1b Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Schneider Date: Sat, 6 Apr 2019 09:34:03 -0300 Subject: [PATCH] multiple pages: fixed typos (#2871) --- pages/common/gource.md | 2 +- pages/common/kubetail.md | 2 +- pages/common/xxd.md | 2 +- pages/linux/aspell.md | 4 ++-- pages/linux/xfce4-screenshooter.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/gource.md b/pages/common/gource.md index 93097c7b8b..589c0923fc 100644 --- a/pages/common/gource.md +++ b/pages/common/gource.md @@ -3,7 +3,7 @@ > Renders an animated tree diagram of Git, SVN, Mercurial and Bazaar repositories. > It shows files and directories being created, modified or removed over time. -- Run gource in a directory (if it isn't the repository's root directory, the root is seeked up from there): +- Run gource in a directory (if it isn't the repository's root directory, the root is sought up from there): `gource {{path/to/repository}}` diff --git a/pages/common/kubetail.md b/pages/common/kubetail.md index 7d026922ee..1f76e56037 100644 --- a/pages/common/kubetail.md +++ b/pages/common/kubetail.md @@ -14,6 +14,6 @@ `kubetail {{my_app}} -c {{my_container_1}} -c {{my_container_2}}` -- To tail multiple applications at the same time seperate them by comma: +- To tail multiple applications at the same time separate them by comma: `kubetail {{my_app_1}},{{my_app_2}}` diff --git a/pages/common/xxd.md b/pages/common/xxd.md index 4b6b81f437..f319ae04c9 100644 --- a/pages/common/xxd.md +++ b/pages/common/xxd.md @@ -14,7 +14,7 @@ `xxd -c {{10}} {{input_file}}` -- Display output only upto a length of 32 bytes: +- Display output only up to a length of 32 bytes: `xxd -l {{32}} {{input_file}}` diff --git a/pages/linux/aspell.md b/pages/linux/aspell.md index 1f91f90321..52375f454c 100644 --- a/pages/linux/aspell.md +++ b/pages/linux/aspell.md @@ -6,7 +6,7 @@ `aspell check {{path/to/file}}` -- List mispelled words from standard input: +- List misspelled words from standard input: `cat {{file}} | aspell list` @@ -18,6 +18,6 @@ `aspell --lang={{cs}}` -- List mispelled words from standard input and ignore words from personal word list: +- List misspelled words from standard input and ignore words from personal word list: `cat {{file}} | aspell --personal={{personal-word-list.pws}} {{list}}` diff --git a/pages/linux/xfce4-screenshooter.md b/pages/linux/xfce4-screenshooter.md index 771756cea2..f62c6ad87d 100644 --- a/pages/linux/xfce4-screenshooter.md +++ b/pages/linux/xfce4-screenshooter.md @@ -26,6 +26,6 @@ `xfce4-screenshooter --window --clipboard` -- Take a screenshot of the active window, and open it with a choosen program: +- Take a screenshot of the active window, and open it with a chosen program: `xfce4-screenshooter --window --open {{gimp}}`