aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorC Erler <erlercw+githubcommit@gmail.com>2013-02-09 08:01:49 -0500
committerC Erler <erlercw+githubcommit@gmail.com>2013-02-09 08:01:49 -0500
commited392ef15e065182c8b0bfe865f2bd750de2c81c (patch)
tree3b29ddbd65d35e1e0cdcaac5bcbbf6372a93e6f7 /README.md
parentc9366c22024de1a799efbb3c08d43b7db1fd4229 (diff)
downloadtemp-throttle-ed392ef15e065182c8b0bfe865f2bd750de2c81c.tar.gz
Fixed a few other misspellings
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8e4d3af..2a510bc 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,10 @@ temp-throttle
A shell script for throttling system CPU frequency based on a desired maximum temperature.
-Set a desired maximum temperature for your system using this script. If the maximum tempurature is exeeded, the script will limit the speed of your CPU cores incrementally until the system is again below your desired maximum temperature. (If your system remains above maximum temperature after completely limiting your CPU cores, it will simply stay limited until temperatures drop below the maximum desired.)
+Set a desired maximum temperature for your system using this script. If the maximum tempurature is exceeded, the script will limit the speed of your CPU cores incrementally until the system is again below your desired maximum temperature. (If your system remains above maximum temperature after completely limiting your CPU cores, it will simply stay limited until temperatures drop below the maximum desired.)
-This script must be run with root priviledges. Only Celsius temperatures are supported. This example will limit system temperatures to 80 Celsius:
+This script must be run with root privileges. Only Celsius temperatures are supported. This example will limit system temperatures to 80 Celsius:
sudo ./temp_throttle 80