From dc5109b155c14b2acadc97c39aa6676b6a20f124 Mon Sep 17 00:00:00 2001 From: Andreas Paul Date: Tue, 4 Sep 2012 15:58:48 +0300 Subject: [PATCH] fixed small spelling mistakes --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 819ee50e..8b6df751 100644 --- a/README +++ b/README @@ -48,7 +48,7 @@ Then install Glances: PyPi is an official Python package manager. -You first need to install pypi on your system. For exemple on Debian/Ubuntu: +You first need to install pypi on your system. For example on Debian/Ubuntu: $ sudo apt-get install python-pip build-essential python-dev @@ -84,7 +84,7 @@ Easy way (that's all folks !): ## User guide By default, stats are refreshed every second, to change this setting, you can -use the -t option. For exemple to set the refrech rate to 5 seconds: +use the -t option. For example to set the refrech rate to 5 seconds: $ glances -t 5 @@ -184,7 +184,7 @@ If memory is > 90%, then status is set to "CRITICAL". ![screenshot](https://github.com/nicolargo/glances/raw/master/doc/network.png) -Glances display the network interface bit rate. The unit is adapted +Glances displays the network interface bit rate. The unit is adapted dynamicaly (bits per second, Kbits per second, Mbits per second...). Alerts are set only if the network interface maximum speed is available. @@ -197,7 +197,7 @@ If bitrate is > 70%, then status is set to "WARNING". If bitrate is > 90%, then status is set to "CRITICAL". -For exemple, on a 100 Mbps Ethernet interface, the warning status is set +For example, on a 100 Mbps Ethernet interface, the warning status is set if the bit rate is higher than 70 Mbps. ### Disk I/O