summaryrefslogtreecommitdiffstats
path: root/docs/aoa
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-10-03 21:53:24 +0800
committerKian-Meng Ang <kianmeng@cpan.org>2022-10-03 21:53:24 +0800
commit4046fbb18cf16be684ada228314c1f328779a3c1 (patch)
treedaabcac63a1543d6514711cb2f4fcb76095277ba /docs/aoa
parent94d1e006926bf5f8c91289684329b30b0acfe3c0 (diff)
Fix typos
Found via `codespell -S ./venv,./glances/outputs,*.svg -L hart,bu,te,statics`
Diffstat (limited to 'docs/aoa')
-rw-r--r--docs/aoa/actions.rst2
-rw-r--r--docs/aoa/diskio.rst2
-rw-r--r--docs/aoa/docker.rst6
-rw-r--r--docs/aoa/ports.rst2
-rw-r--r--docs/aoa/quicklook.rst2
5 files changed, 7 insertions, 7 deletions
diff --git a/docs/aoa/actions.rst b/docs/aoa/actions.rst
index aaa4fc64..65030cd1 100644
--- a/docs/aoa/actions.rst
+++ b/docs/aoa/actions.rst
@@ -40,7 +40,7 @@ critical is reached:
.. note::
- Use && as seprator for multiple commands
+ Use && as separator for multiple commands
Within ``/etc/glances/actions.d/fs-critical.py``:
diff --git a/docs/aoa/diskio.rst b/docs/aoa/diskio.rst
index 6ae77207..9a1e87d7 100644
--- a/docs/aoa/diskio.rst
+++ b/docs/aoa/diskio.rst
@@ -10,7 +10,7 @@ dynamically.
You can display:
-- bytes per second (default behavor / Bytes/s, KBytes/s, MBytes/s, etc)
+- bytes per second (default behavior / Bytes/s, KBytes/s, MBytes/s, etc)
- requests per second (using --diskio-iops option or *B* hotkey)
There is no alert on this information.
diff --git a/docs/aoa/docker.rst b/docs/aoa/docker.rst
index 2c5b951d..cc8c485b 100644
--- a/docs/aoa/docker.rst
+++ b/docs/aoa/docker.rst
@@ -21,11 +21,11 @@ under the ``[docker]`` section:
[docker]
disable=False
- # Only show specific containers (comma separeted list of container name or regular expression)
+ # Only show specific containers (comma separated list of container name or regular expression)
show=thiscontainer,andthisone,andthoseones.*
- # Hide some containers (comma separeted list of container name or regular expression)
+ # Hide some containers (comma separated list of container name or regular expression)
hide=donotshowthisone,andthose.*
- # Show only specific containers (comma separeted list of container name or regular expression)
+ # Show only specific containers (comma separated list of container name or regular expression)
#show=showthisone,andthose.*
# Define the maximum docker size name (default is 20 chars)
max_name_size=20
diff --git a/docs/aoa/ports.rst b/docs/aoa/ports.rst
index 54353891..5f26917e 100644
--- a/docs/aoa/ports.rst
+++ b/docs/aoa/ports.rst
@@ -50,7 +50,7 @@ configuration file.
# web_x_url is the URL to monitor (example: http://my.site.com/folder)
# web_x_description is optional (if not set, define to URL)
# web_x_timeout is optional and overwrite the default timeout value
- # web_x_rtt_warning is optional and defines the warning respond time in ms (approximatively)
+ # web_x_rtt_warning is optional and defines the warning respond time in ms (approximately)
#
web_1_url=https://blog.nicolargo.com
web_1_description=My Blog
diff --git a/docs/aoa/quicklook.rst b/docs/aoa/quicklook.rst
index eaa3751c..093a7814 100644
--- a/docs/aoa/quicklook.rst
+++ b/docs/aoa/quicklook.rst
@@ -19,7 +19,7 @@ sparkline using 'S' hot key or --sparkline command line option (need the
sparklines Python lib on your system). Please be aware that sparklines use
the Glances history and will not be available if the history is disabled
from the command line. For the moment sparkline is not available in
-client/server mode (see isse ).
+client/server mode (see issue ).
.. image:: ../_static/sparkline.png