summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordesbma <desbma@users.noreply.github.com>2015-01-01 19:40:08 +0100
committerdesbma <desbma@users.noreply.github.com>2015-01-01 19:40:08 +0100
commitd3b3092f39bbf091b667f68453b891e93c902e68 (patch)
treec75500355d780739a9220b58bab3bd37355b4e05
parent8c34feff51dc2e513593fbe33bb469fcba16cd01 (diff)
Fix typos
-rw-r--r--docs/glances-doc.rst8
-rw-r--r--glances/README.txt4
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/glances-doc.rst b/docs/glances-doc.rst
index 26c375d4..24e713a0 100644
--- a/docs/glances-doc.rst
+++ b/docs/glances-doc.rst
@@ -226,7 +226,7 @@ The following commands (key pressed) are supported while in Glances:
``F``
Switch between FS used and free space
``g``
- Generate hraphs for current history
+ Generate graphs for current history
``h``
Show/hide the help screen
``i``
@@ -240,7 +240,7 @@ The following commands (key pressed) are supported while in Glances:
``p``
Sort processes by name
``q`` or ``ESC``
- Quit the current Glances session
+ Quit the current Glances session
``r``
Reset history
``s``
@@ -273,7 +273,7 @@ In the Glances client browser (accessible through the --browser command line arg
``DOWN``
Down in the servers list
``q`` or ``ESC``
- Quit Glances
+ Quit Glances
Configuration
=============
@@ -582,7 +582,7 @@ In standalone mode, additionals informations are provided for the top process:
* CPU affinity (number of cores used by the process)
* Extended memory information (swap, shared, text, lib, data and dirty on Linux)
* Open threads, files and network sessions (TCP and UDP)
-* IO nice level
+* IO nice level
The extended stats feature could be enabled using the --enable-process-extended option (command line) or the ``e`` key (curses interface).
diff --git a/glances/README.txt b/glances/README.txt
index 3b64f75d..fe29ae0e 100644
--- a/glances/README.txt
+++ b/glances/README.txt
@@ -1,6 +1,6 @@
You are in the main Glances's source folder. This page is **ONLY** for developpers purposes.
-If you are lookink for user manual, please follow this link: https://github.com/nicolargo/glances/blob/master/docs/glances-doc.rst
+If you are looking for the user manual, please follow this link: https://github.com/nicolargo/glances/blob/master/docs/glances-doc.rst
===
@@ -35,4 +35,4 @@ outputs/
exports/
=> Glances export interfaces
glances_csv.py The CSV export module
- ... \ No newline at end of file
+ ...