From ed392ef15e065182c8b0bfe865f2bd750de2c81c Mon Sep 17 00:00:00 2001 From: C Erler Date: Sat, 9 Feb 2013 08:01:49 -0500 Subject: Fixed a few other misspellings --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3