]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
better spelling
authorTobias Oetiker <tobi@oetiker.ch>
Sun, 9 Aug 2015 11:25:51 +0000 (13:25 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Sun, 9 Aug 2015 11:25:51 +0000 (13:25 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0642425912756a60c52c2cdbcd4a636d5d4ca97d..d66d7502eea13965487cdc9de4e9d269049b7285 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,18 +3,18 @@ RRDtool 1.5.4 - 2015-08-09
 Bug Fixes
 ---------
 * parse floating point numbers according to C locale in rrdtool create
-  arguments, regardles of the systems locale setting.
+  arguments, regardless of the systems locale setting.
 * include missing rrd_rados.h into distribution archive
 * make rrdtool work on ARM again
 * make rrdtool test suit pass on 32bit OSs
 * fix --grid-dash option regression in graph
 * fix systemd support
 * fix link dependency for libpng since we are using functions directly
-* fix python modulename
+* fix python module name
 * fix rrdtool tune to accept U in minimum and maximum options
 * fi
-* rrd_parsetime now uses a mutex lock to become threadsafe
-* rrd_xport is now threadsafe
+* rrd_parsetime now uses a mutex lock to become thread safe
+* rrd_xport is now thread safe
 * stop using MAX_PATH and make everything dynamic and make rrdtool work on
   Gnu HURD ... thanks nirgal!
 
@@ -22,7 +22,7 @@ Features
 --------
 * new RPN operators: STEPWIDTH, NEWDAY, NEWWEEK, NEWMONTH and NEWWEEK
   together they allow to draw graphs where a rate is converted back to
-  absolute numbers and accumulated over a periode.
+  absolute numbers and accumulated over a period..
 
 
 RRDtool 1.5.3 - 2015-04-30