From: Jacob Date: Fri, 1 Jan 2016 00:52:07 +0000 (-0500) Subject: Fix spelling typos X-Git-Tag: v1.6.0~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8386f39316500863c6edc6f6baf4c64b82a4cac;p=thirdparty%2Frrdtool-1.x.git Fix spelling typos --- diff --git a/CHANGES b/CHANGES index 7f53f649..934256fd 100644 --- a/CHANGES +++ b/CHANGES @@ -38,14 +38,14 @@ RRDtool 1.5.3 - 2015-04-30 ========================== Bug Fixes --------- -* Brought commmand-line options and documentation back into sync. +* Brought command-line options and documentation back into sync. * Make LINE dashes option work again RRDtool 1.5.2 - 2015-04-23 ========================== Bug Fixes --------- -* paramters in VDEF are vnames and not data source names, hence +* parameters in VDEF are vnames and not data source names, hence they can be 255 chars long and not only 20 RRDtool 1.5.1 - 2015-04-22 @@ -108,7 +108,7 @@ New Features Bugfixes -------- -* properly verify validity of user suplied format strings +* properly verify validity of user supplied format strings * remove graph functions from python module when compiled without graphing support * verify that only short integers are used in COMPUTE rpn expressions @@ -138,7 +138,7 @@ Highlights * Added a no-op string positioning combo "\." this allows to write COMMENT:OS\2\. which would otherwise not be possible. -* JSON output of xport is now actually json compilant by its keys +* JSON output of xport is now actually json compliant by its keys being properly quoted now. * The label positioner in rrd_graph is now properly ignoring the current @@ -171,7 +171,7 @@ Detail | Author: Tobias Oetiker | Date: Tue Mar 19 07:17:23 2013 +0100 | -| fixed overflow probem with partial matching +| fixed overflow problem with partial matching | * commit a1768b2580bdd4451be66928e8bfc32a82c9ada9 | Author: Tobias Oetiker @@ -429,7 +429,7 @@ Detail | Author: Tobias Oetiker | Date: Thu Feb 2 15:38:44 2012 +0000 | -| use posix_fallocate when initialiying rrd files ... instead of filling them with yero explicitly -- Richard Laager +| use posix_fallocate when initializing rrd files ... instead of filling them with yero explicitly -- Richard Laager | | | git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2270 a5681a0c-68f1-0310-ab6d-d61299d08faa @@ -493,7 +493,7 @@ Bugfixes: New Functionality: -* added a nop control for string formating, so that strings ending in /x are +* added a nop control for string formatting, so that strings ending in /x are possible by entering \x\. fix for #331 * added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes. @@ -594,7 +594,7 @@ Bugfixes: * rrdgraph: make sure we do not try to draw points all that far outside the drawing area since some versions of cairo seem to go unstable when this happens. -- Peter Stamfest - * rrdgraph: fix an endles loop near 2^31 timestamp (32bit platform problem) + * rrdgraph: fix an endless loop near 2^31 timestamp (32bit platform problem) -- Peter Stamfest * compilation: AIX does not like MAP_PRIVATE and -lW in LDFLAGS #216 -- tobi * compliation: add extra space in LDFLAGS #284 -- dam at opencsw @@ -780,7 +780,7 @@ Bug Fixes 2009-10-28 05:14 oetiker * src/rrd_daemon.c: Avoid unnecessary string handling for UPDATE - commands in rrd_deaemon for 20x speed increasse. Only copy as many + commands in rrd_daemon for 20x speed increase. Only copy as many bytes as necessary. During journal replay, avoid unnecessary copy (string is discarded). Bug reported by Thorsten von Eicken Patched by kevin brintnall @@ -831,7 +831,7 @@ Bug Fixes * configure.ac, src/rrd_dump.c, src/rrd_graph.c, src/rrd_restore.c, src/rrd_tool.c: remove HAVE_LOCALE_H and HAVE_TIME_H and - HAVE_SETLOCALE since they have not been used consistantly anyway + HAVE_SETLOCALE since they have not been used consistently anyway 2009-10-27 16:12 oetiker @@ -845,7 +845,7 @@ Bug Fixes 2009-10-27 13:54 oetiker * src/rrd_graph.c: simplify rrd_graph LC_NUMERIC fix so that all - call paramters are affected by it. + call parameters are affected by it. 2009-10-27 13:13 oetiker @@ -916,7 +916,7 @@ Bug Fixes 2009-10-04 11:48 oetiker - * src/rrd_tool.c: * comment on the reson for calling setlocale * to + * src/rrd_tool.c: * comment on the reason for calling setlocale * to not force the message encoding ... messages should be encoded in the current locale @@ -1070,7 +1070,7 @@ Bug Fixes debian/librrd0.postinst, debian/librrd0.postrm, debian/librrd0.shlibs, debian/librrdp-perl.files, debian/librrds-perl.files, debian/rrdtool-tcl.files, - debian/rrdtool.files, debian/rules, debian/watch: replae with + debian/rrdtool.files, debian/rules, debian/watch: replace with pointer 2009-08-24 12:02 oetiker @@ -1089,7 +1089,7 @@ Bug Fixes 2009-08-20 22:02 oetiker - * src/rrd_graph.c, src/rrd_tool.c: Trim trailing whitespace, reoder + * src/rrd_graph.c, src/rrd_tool.c: Trim trailing whitespace, reorder getopt_long per shortopt char; Fix -D while at it -- Bernhard Reutner-Fischer @@ -1173,7 +1173,7 @@ Bug Fixes 2009-08-08 09:36 oetiker - * doc/rrdgraph.pod: add some shell proggramming advice ... Bernhard + * doc/rrdgraph.pod: add some shell programming advice ... Bernhard Reutner-Fischer 2009-08-08 09:34 oetiker @@ -1226,14 +1226,14 @@ Bug Fixes * src/rrd_tune.c: rrd_tune HW Update Allow to set the smoothing window (alpha, beta, gamma) to zero. I'm using rrdtool 1.3.8 with - abberant behavior detection from the Brutlag method. I need to use + abberrant behavior detection from the Brutlag method. I need to use a week seasonality and no smoothing for the SEASONAL and DEVSEASONAL. So I use rrdtune in order to set the smoothing window to 0.0. This calls the set_hwarg(). But this method is also used to tune the alpha, beta and gamma that can't be set to 0.0 So when I tune my smoothing window size to 0.0, it returns -1 due to the if(window<=0.0) then do nothing. I join here a small correction - with a differnent method used to set only the smoothing window + with a different method used to set only the smoothing window size and allowing it to be zero. -- sylvain.luiset gmail.com 2009-07-28 16:49 oetiker @@ -1413,7 +1413,7 @@ Bug Fixes 2009-06-01 13:58 oetiker * branches/1.3/program/src/rrd_update.c, src/rrd_update.c: make - negative update times work as diescribed in the documentation (-5 + negative update times work as described in the documentation (-5 is NOW-5seconds) this takes care of debian bug 332766 2009-05-28 05:25 oetiker @@ -1456,7 +1456,7 @@ Bug Fixes bindings/Makefile.am, configure.ac, doc/Makefile.am, m4/acinclude.m4, po/ChangeLog, po/Makevars, src/Makefile.am, src/rrd_i18n.h: the get ready for 1.4rc patch * updated to - automake 1.11 with silet build, with this warnings stand out much + automake 1.11 with silent build, with this warnings stand out much better in the build process. use make V=1 to see all as before * switched from intltoolize to autopoint for gettext support * moved m4 bits into their own subdirectory --tobi @@ -1509,7 +1509,7 @@ Bug Fixes restored. This is due to the use of libxml2 for parsing the the whole file prior to turning it into rrd structs. This patch switches rrd_restore to using the xmlTextReader interface for - incremental consumtion of xml files. This reduces the memory + incremental consumption of xml files. This reduces the memory requirements to about twice the size of the rrd file which should be quite manageable for most cases. The parsing is about 25% less efficient than with the original libxml2 version of rrd_restore. @@ -1539,7 +1539,7 @@ Bug Fixes 2009-05-22 14:54 oetiker - * src/rrd_update.c: reset errno right befor the call I want to test + * src/rrd_update.c: reset errno right before the call I want to test 2009-05-22 13:55 oetiker @@ -1553,7 +1553,7 @@ Bug Fixes 2009-05-21 05:20 oetiker - * doc/rrdgraph.pod: fix text organisation + * doc/rrdgraph.pod: fix text organization 2009-05-18 14:23 oetiker @@ -1792,9 +1792,9 @@ Bug Fixes WIN32-BUILD-TIPS.txt, bindings/Makefile.am, bindings/perl-shared/MANIFEST, bindings/perl-shared/ntmake-build, bindings/perl-shared/ntmake.PL: Renaming ntmake.pl to ntmake.PL - (r1742) had unforseen side effects. At least on freebsd ntmake.PL + (r1742) had unforeseen side effects. At least on freebsd ntmake.PL gets called automatically during build. This is not desired. I - renamed the file to ntmake-build sinc it gets called explicilty on + renamed the file to ntmake-build since it gets called explicitly on windows anyway. Reported by Kevin modified by Tobi 2009-03-07 10:31 oetiker @@ -2057,7 +2057,7 @@ Bug Fixes branches/1.3/program/src/rrd_graph.h, branches/1.3/program/src/rrd_tool.c, doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c: * forward ported - right axis patch from 1.2 branche * fixed --full-size-mode sizing + right axis patch from 1.2 branch * fixed --full-size-mode sizing issue when used in combination with --title the work in the axis patch has been sponsored by VoltWerk. @@ -2405,7 +2405,7 @@ Bug Fixes 2008-11-02 15:25 oetiker * configure.ac: reverting non build makefile patch ... we need to - lua makefile for building the ditribution + lua makefile for building the distribution 2008-11-01 09:09 oetiker @@ -2419,7 +2419,7 @@ Bug Fixes 2008-10-28 08:57 oetiker * NEWS, doc/rrddump.pod, doc/rrdtool-dump.xsd, src/rrd_dump.c, - src/rrd_tool.c: - remove the spaccing between the elements - add + src/rrd_tool.c: - remove the spacing between the elements - add xsd support to dump output - change the argument "[--no-header|-n]" to [--header|-h {xsd,dtd}] -- tobias.lindenmann 1und1.de @@ -2508,7 +2508,7 @@ Bug Fixes 2008-10-18 22:32 oetiker * src/rrd_open.c: rrd_open should not create files with restrictive - masks Removed unnecessary "mode" varaible. The mode is only used + masks Removed unnecessary "mode" variable. The mode is only used when O_CREAT is specified, where we want to use 0666 (as rrd_create_fn did r<=1612). --kevin @@ -2591,7 +2591,7 @@ Bug Fixes * src/rrd_daemon.c: Under most circumstances, rrdcached can detect a stale pid file. If the process in the pid file does not exist, or - cannot be signalled by the rrdcached owner, then rrdcached will + cannot be signaled by the rrdcached owner, then rrdcached will replace the pid file and start normally. Otherwise, it will complain verbosely to STDERR. --kevin @@ -2732,7 +2732,7 @@ Bug Fixes in journal processing, and cleans up the code a little bit. * moved journal initialization to its own function; main() is cleaner * any time we process a file, log the results (previous - code only loggded if there was a valid entry) * After reading + code only logged if there was a valid entry) * After reading journals at startup, only trigger full flush out to disk if the user specified -F. Avoids unnecessary IO on startup unless the user also wants unnecessary IO on shutdown. * journal_replay is @@ -2803,7 +2803,7 @@ Bug Fixes * trunk/tutorial/lisa2008/rrd-by-example/body.tex, trunk/tutorial/lisa2008/rrd-by-example/ex/graph-examples.pl: added - graditents + gradients 2008-10-04 13:34 oetiker @@ -2815,7 +2815,7 @@ Bug Fixes 2008-10-03 22:53 oetiker * branches/1.3/program/src/rrd_open.c, src/rrd_open.c: The patch - fixs rrdtools behaviour when presented with trunkated rrd files. * + fixes rrdtools behaviour when presented with truncated rrd files. * Make sure that we do not extend past the end of the file when reading the header. * Makes sure that the data portion of the file is large enough, based on the ds_cnt and the total number of RRA @@ -2874,7 +2874,7 @@ Bug Fixes 2008-10-01 20:22 oetiker * src/Makefile.am: since rrdcached uses pthread functions, use the - threadsafe version of librrd as well. This will also reasolve + threadsafe version of librrd as well. This will also resolve build problems on boxes there the ptherad functions must be linked explicitly. @@ -3070,7 +3070,7 @@ Bug Fixes 2008-09-28 19:10 oetiker * src/rrd_daemon.c: When -z is specified, some updates may - be timestamped up to seconcds in the future. Therefore, a + be timestamped up to seconds in the future. Therefore, a timeout of now+1 may not be sufficient. Set abs_timeout past the point where any updates are currently specified. -- kevin brintnall @@ -3102,7 +3102,7 @@ Bug Fixes src/rrd_tool.c: vdef calc was using end_orig to determine for which range it should do its calculations which is odd, since orig is only the requested range as invocation time and not the data - range deliverd by fetch. It does fall completely flat when + range delivered by fetch. It does fall completely flat when shifting since shifting does not affect the original data. Bug #177 reported by hokiel @@ -3203,7 +3203,7 @@ Bug Fixes 2008-09-19 20:34 oetiker * branches/1.3/program/bindings/perl-shared/Makefile.PL, - bindings/perl-shared/Makefile.PL: Bsd lirary path switch added to + bindings/perl-shared/Makefile.PL: Bsd library path switch added to perl bindings makefile -- as suggested by Kevin Brintnall 2008-09-18 13:30 oetiker @@ -3251,7 +3251,7 @@ Bug Fixes src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c, src/rrd_xport.c: RRDcached patch. This implements an infrastructure, where rrd updates can be - sent to a daemon which caches them prior to bulk-updateing rrd + sent to a daemon which caches them prior to bulk-updating rrd files. See the rrdcached manual page. -- Created by Florian Forster with some help from Kevin Brintnall. @@ -3260,7 +3260,7 @@ Bug Fixes * configure.ac, src/Makefile.am, src/rrd_config_bottom.h: regarding #183: * move part of rrd_config.h out to a separate file, so that autoconf is not confused by the more complex expressions. * fix - configure variable name to allow caching * another attemt at + configure variable name to allow caching * another attempt at fixing solaris 2.8 compile so that it works out of the box. 2008-09-13 10:56 oetiker @@ -3283,7 +3283,7 @@ Bug Fixes trunk/website/inc/favicon.ico, trunk/website/inc/happy-tobi.png, trunk/website/inc/rrdtool-gold.png, trunk/website/oscon-120x60.gif, trunk/website/stream-pop.png: - missing bits atted + missing bits added 2008-09-08 22:09 oetiker @@ -3292,7 +3292,7 @@ Bug Fixes 2008-09-07 10:22 oetiker * trunk/website/index.wml, trunk/website/navbar.inc, - trunk/website/support.wml: sync befor branching + trunk/website/support.wml: sync before branching 2008-09-07 07:19 oetiker @@ -3348,7 +3348,7 @@ Bug Fixes and use rrd_getopt if there is no getopt_long provided by by the os ... this should also fix problems for solaris 2.8 and other non getopt_long oses who were not taken care of anymore after the - intriduction of librrd.sym + introduction of librrd.sym 2008-09-06 10:39 oetiker @@ -3368,7 +3368,7 @@ Bug Fixes 2008-09-04 21:45 oetiker - * src/rrd_graph.c: introduced a persistant fontmap ... this makes + * src/rrd_graph.c: introduced a persistent fontmap ... this makes our pango rendering 6 times faster starting from the second graph we draw. @@ -3394,7 +3394,7 @@ Bug Fixes 2008-08-31 10:52 oetiker * bindings/perl-shared/RRDs.xs, bindings/ruby/main.c: use the - standart info free function + standard info free function 2008-08-28 05:49 oetiker @@ -3422,7 +3422,7 @@ Bug Fixes * src/rrd.h, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_open.c, src/rrd_update.c: fixed indentation ... gnu indent results are not - realy beautifl. I might switch to uncrustify. + really beautiful. I might switch to uncrustify. 2008-08-27 21:25 oetiker @@ -3562,7 +3562,7 @@ Bug Fixes * trunk/tutorial/lisa2008, trunk/tutorial/lisa2008/abstract-rrdexample.txt, - trunk/tutorial/lisa2008/abstract-rrdtut.txt: intial + trunk/tutorial/lisa2008/abstract-rrdtut.txt: initial 2008-06-19 13:18 oetiker @@ -3798,7 +3798,7 @@ Bug Fixes 2008-06-06 16:38 oetiker * branches/1.2/program/src/rrd_graph.c, src/rrd_graph.c: fix for - --font bug (font names wer not being picked up at all). Bug + --font bug (font names were not being picked up at all). Bug reported by Dmitry B. Bigunayk 2008-06-05 20:56 oetiker @@ -3841,7 +3841,7 @@ Bug Fixes 2008-06-02 06:21 oetiker * src/rrd_restore.c: use DNAN instead of NAN since there seem to be - issues with gcc on solaris and the NAN experession (and we use + issues with gcc on solaris and the NAN expression (and we use DNAN everywhere else anyway). 2008-06-01 21:12 oetiker @@ -3924,7 +3924,7 @@ Bug Fixes 2008-05-26 07:45 oetiker * src/rrd_graph.c: * make y-axis labels NOT run into each other - (classic and alt) * space horizontal grid lines and lables a bit + (classic and alt) * space horizontal grid lines and labels a bit further apart for tight layouts. * let horizontal lines and y axis labels run a little closer for classic grid @@ -3957,7 +3957,7 @@ Bug Fixes 2008-05-20 22:22 oetiker - * bindings/Makefile.am: droped rrd_extra.h from the distro with the + * bindings/Makefile.am: dropped rrd_extra.h from the distro with the python update ... must remove it from the Makefile too 2008-05-19 21:14 oetiker @@ -4151,7 +4151,7 @@ Bug Fixes 2008-05-04 18:59 oetiker - * src/rrd_getopt.c, src/rrd_getopt1.c: fix for sun sudio 11 + * src/rrd_getopt.c, src/rrd_getopt1.c: fix for sun studio 11 incompatibility http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=38555 @@ -4181,7 +4181,7 @@ Bug Fixes doc/rrdgraph.pod, src/rrd.h, src/rrd_graph.c, src/rrd_graph.h, src/rrd_info.c, src/rrd_tool.c, src/rrd_tool.h: Introduced a alternated interface to rrd_graph using rrd_info style return - values: rrd_graph_v The graph_v interface returnes additional + values: rrd_graph_v The graph_v interface returns additional information about the graph including the location of the graphing area within the image. When called with '-' as filename it will even return the image data. The new interface is supported in the @@ -4204,7 +4204,7 @@ Bug Fixes 2008-04-16 15:50 oetiker * branches/1.2/program/doc/rrdgraph.pod, doc/rrdgraph.pod: fixed 2. - x-grid example ... since the lable is valid for the whole day, it + x-grid example ... since the label is valid for the whole day, it must be 86400 wide. --tobi 2008-04-12 09:29 oetiker @@ -4216,7 +4216,7 @@ Bug Fixes * branches/1.2/program/src/parsetime.c, src/parsetime.c: do not mess with dst status after running localtime, the system gets confused - otherwhise when it comes to times during the switch over periode + otherwise when it comes to times during the switch over period as DST changes to non DST. -- tobi 2008-03-25 23:02 oetiker @@ -4230,7 +4230,7 @@ Bug Fixes 2008-03-25 22:59 oetiker - * doc/rrdgraph_examples.pod: added missing =back for propper pod + * doc/rrdgraph_examples.pod: added missing =back for proper pod syntax 2008-03-25 22:58 oetiker @@ -4349,7 +4349,7 @@ Bug Fixes 2008-03-15 10:32 oetiker - * src/rrd_rpncalc.c: reat nan as FALSE in an IF CDEF + * src/rrd_rpncalc.c: treat nan as FALSE in an IF CDEF 2008-03-07 08:57 oetiker @@ -4457,7 +4457,7 @@ Bug Fixes 2008-02-01 06:52 oetiker * branches/1.2/program/src/rrd_graph.c, src/rrd_graph.c: fixed - parsing of fontnames with embeded spaces + parsing of fontnames with embedded spaces 2008-01-14 17:11 oetiker @@ -4651,14 +4651,14 @@ Bug Fixes 2007-09-16 15:35 oetiker * src/rrd_open.c: no reason to die when posixfadvise is not - sucessful + successful 2007-09-11 06:28 oetiker * doc/rrdcreate.pod, doc/rrdtune.pod, src/rrd_create.c, src/rrd_dump.c, src/rrd_format.h, src/rrd_hw.c, src/rrd_info.c, src/rrd_restore.c, src/rrd_tune.c: Allow to the the smoothing - window size other thatn the default 5%. -- Evan Miller emiller + window size other than the default 5%. -- Evan Miller emiller imvu.com 2007-09-11 06:16 oetiker @@ -4674,7 +4674,7 @@ Bug Fixes 2007-09-07 22:53 oetiker * Makefile.am, examples/Makefile.am, examples/perftest.pl.in: a few - leanups -- Bernhard Fischer + cleanups -- Bernhard Fischer 2007-09-06 09:06 oetiker @@ -4692,7 +4692,7 @@ Bug Fixes 2007-09-02 16:55 oetiker - * doc/rrdgraph_graph.pod: fixed speling of horizon + * doc/rrdgraph_graph.pod: fixed spelling of horizon 2007-08-29 06:43 oetiker @@ -4736,7 +4736,7 @@ Bug Fixes 2007-08-03 21:27 oetiker - * trunk/talks/rrdtool13/rrdtool13.odp: addded details + * trunk/talks/rrdtool13/rrdtool13.odp: added details 2007-08-03 19:46 oetiker @@ -4799,7 +4799,7 @@ Bug Fixes 2007-07-30 22:29 oetiker - * trunk/tutorial/lisa2007/abstract-rrdtut.txt: added toppics + * trunk/tutorial/lisa2007/abstract-rrdtut.txt: added topics 2007-07-25 20:38 oetiker @@ -4837,18 +4837,18 @@ Bug Fixes * src/rrd_open.c: * remove some experimental code from rrd_open * rrd_dontneed will release all data except for header blocks and - RRA hot blocks which are going to be updated withing 10 minutes. + RRA hot blocks which are going to be updated within 10 minutes. 2007-07-21 19:53 oetiker * src/rrd_fetch.c: for now, do not release fetched data ... in the - future we may call rrd_dontneed and let the users decied with an + future we may call rrd_dontneed and let the users decide with an option if they want to keep the data in cache ... 2007-07-21 19:52 oetiker * src/Makefile.am: the fonts are now taken from the system. we do - not distribute them anympore + not distribute them anymore 2007-07-21 19:37 oetiker @@ -4856,7 +4856,7 @@ Bug Fixes 2007-07-20 22:20 oetiker - * src/rrd_format.h: we have a new holtwinders aggregation fucntion, + * src/rrd_format.h: we have a new holtwinters aggregation function, so we have a new version ... 2007-07-20 22:19 oetiker @@ -4919,7 +4919,7 @@ Bug Fixes * trunk/tutorial/emanics/rrd-exercises.tex, trunk/tutorial/emanics/rrdtutorial.odp, - trunk/tutorial/linuxforum2007/rrdtutorial.odp: monor updates + trunk/tutorial/linuxforum2007/rrdtutorial.odp: minor updates 2007-07-11 23:08 oetiker @@ -4981,7 +4981,7 @@ Bug Fixes * trunk/contrib/php4/config.m4, trunk/contrib/php4/configure, trunk/contrib/php4/ltconfig, trunk/contrib/php4/php_rrdtool.h, trunk/contrib/php4/rrdtool.c: lets have just a single rrdtool - extension annd not two ... -- Jarod Wilson + extension and not two ... -- Jarod Wilson 2007-06-15 21:49 oetiker @@ -5241,7 +5241,7 @@ Bug Fixes src/rrd_resize.c, src/rrd_tool.c, src/rrd_tune.c, src/rrd_update.c: More updates from Bernhard Fischer - flag rrd_resize's old file with RRD_COPY - cleanup error-handling - pathes in rrd_update and fix a few typos in comments - + patches in rrd_update and fix a few typos in comments - rrd_close(): implement printing mincore results for the rrd if DEBUG=2 was defined - rrd_open(): madvise start addresses need to be page-aligned; implement alternative path to the fine-grained @@ -5253,7 +5253,7 @@ Bug Fixes configure: add check for O_DIRECT flag to open(2). Add option --enable-direct-io. Add _GNU_SOURCE to CFLAGS to silence warnings about chroot which is marked LEGACY since SUSv2 and is a non POSIX - extension. Make checks for posix_fadvise() dependant on + extension. Make checks for posix_fadvise() dependent on --disable-mmap, since we do not need fadvise for the mmap case. 2007-05-25 15:24 oetiker @@ -5315,7 +5315,7 @@ Bug Fixes 2007-05-23 21:40 oetiker - * src/gdpng.c: removed superfluouse code + * src/gdpng.c: removed superfluous code 2007-05-23 21:39 oetiker @@ -5457,7 +5457,7 @@ Bug Fixes 2005-04-03 11:44 oetiker - * doc/rrdgraph_graph.src, src/rrd_graph_helper.c: paramters in SHIFT + * doc/rrdgraph_graph.src, src/rrd_graph_helper.c: parameters in SHIFT are separated by : like everywhere else 2005-04-03 11:36 oetiker @@ -5479,17 +5479,17 @@ Bug Fixes 2005-04-03 10:10 oetiker * CONTRIBUTORS, src/rrd_graph.c, src/rrd_graph.h: fix graph layout - ... especially consider text propperties propperly + ... especially consider text properties properly 2005-04-03 09:37 oetiker * src/rrd_graph_helper.c: the legend string of a PRINT command gets - renderd later by runnning it through printf. + rendered later by running it through printf. 2005-04-03 09:35 oetiker * configure.ac, src/rrd_update.c: MMAP support for rrdtool this is - suposed to speed-up uptime 4 times. -- Radoslaw Karas + supposed to speed-up uptime 4 times. -- Radoslaw Karas 2005-03-20 21:17 oetiker @@ -5515,7 +5515,7 @@ Bug Fixes * src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: * allow configuration of the default tab width * added new configurable color AXIS * made tabbing support work with legend elements * use - propper font for the legend: LEGEND * fix apperance by makeing + proper font for the legend: LEGEND * fix appearance by making grid more transparent * draw axis over the graph not under it. 2005-03-20 20:56 oetiker @@ -5533,7 +5533,7 @@ Bug Fixes 2005-03-13 16:34 oetiker - * bindings/perl-shared/RRDs.xs: propperly integrate rrd_first + * bindings/perl-shared/RRDs.xs: properly integrate rrd_first 2005-03-13 16:13 oetiker @@ -5649,7 +5649,7 @@ Bug Fixes trunk/meta/plan-1.2.txt, ., .cvsignore, bindings/.cvsignore, bindings/perl-piped/.cvsignore, bindings/perl-shared/.cvsignore, bindings/tcl/.cvsignore, doc/.cvsignore, examples/.cvsignore, - libraries/.cvsignore, src/.cvsignore: ignorelists are a propperty + libraries/.cvsignore, src/.cvsignore: ignorelists are a property of an svn directory not a file 2005-03-03 13:21 oetiker @@ -5659,8 +5659,8 @@ Bug Fixes 2005-02-27 22:00 oetiker - * src/rrd_cgi.c: do not complain when setting environemnt variable - sucessfully. -- hunter@mimuw.edu.pl + * src/rrd_cgi.c: do not complain when setting environment variable + successfully. -- hunter@mimuw.edu.pl 2005-02-13 16:13 oetiker @@ -5756,7 +5756,7 @@ Bug Fixes 2004-06-23 20:36 oetiker - * src/rrd_graph.c: It's quie enough that the title is placed on the + * src/rrd_graph.c: It's quite enough that the title is placed on the top of the graph, there's no need to emphasize it more. -- Stanislav Sinyagin @@ -5817,7 +5817,7 @@ Bug Fixes 2004-05-25 22:03 oetiker * doc/Makefile.am, doc/rrdtool-dump.dtd, doc/rrdtool-xport.dtd: - added dtd descriptsion s or rrdtool xml output -- Wolfgang Schrimm + added dtd descriptions or rrdtool xml output -- Wolfgang Schrimm 2004-05-25 21:06 oetiker @@ -6058,7 +6058,7 @@ Bug Fixes 2004-01-19 23:16 oetiker * src/Makefile.am, src/rrd_gfx.h: modifications for 'no more local - libaries' + libraries' 2004-01-15 18:14 oetiker @@ -6146,7 +6146,7 @@ Bug Fixes 2003-09-04 13:16 oetiker - * src/rrd_update.c: should not assigne but compare ... grrrrr + * src/rrd_update.c: should not assign but compare ... grrrrr 2003-09-02 21:58 oetiker @@ -6251,7 +6251,7 @@ Bug Fixes allows calculations based on the position of a value within a data set. Bug fix in rrd_rpncalc.c. PREV returned erroneus value for the second value. Bug fix in rrd_restore.c. Bug causing seek error - when accesing an RRD restored from an xml that holds an RRD + when accessing an RRD restored from an xml that holds an RRD version <3. -- Ruben Justo 2003-04-04 20:51 oetiker @@ -6308,7 +6308,7 @@ Bug Fixes 2003-03-01 22:25 oetiker - * src/rrd_tool.c: realy suppress size output when talking to stdout. + * src/rrd_tool.c: really suppress size output when talking to stdout. Patch from Mat Zimmerman @ debian 2003-02-24 18:26 oetiker @@ -6334,12 +6334,12 @@ Bug Fixes * libraries/libpng-1.2.0/Makefile.am, src/Makefile.am: make the threading work and compile, fix linking to libpng and update the - timestaps int the files + timestamps in the files 2003-02-20 21:27 oetiker * src/Makefile.am, src/rrd_thread_safe.c, src/rrd_tool.c: updated - copyrigh dates removed error.h from threaded variant added + copyright dates removed error.h from threaded variant added compiletime to rrdtool 2003-02-16 12:32 oetiker @@ -6381,7 +6381,7 @@ Bug Fixes 2003-02-11 10:16 oetiker * doc/rrdgraph_graph.src: removed lg we do not allow this in the - code at th moment + code at the moment 2003-02-05 18:16 oetiker @@ -6459,7 +6459,7 @@ Bug Fixes 2002-09-02 18:41 oetiker - * src/rrd_graph.c: fixed leak in VDEF_PERCENT handlin -- Perry Stoll + * src/rrd_graph.c: fixed leak in VDEF_PERCENT handling -- Perry Stoll 2002-08-01 05:42 oetiker @@ -6604,7 +6604,7 @@ Bug Fixes 2002-05-08 20:34 oetiker - * doc/rrdtool.pod, src/rrd_tool.c, src/rrd_tool.h: Add funtionality + * doc/rrdtool.pod, src/rrd_tool.c, src/rrd_tool.h: Add functionality to rrdtool to run it as a 'server' -- Hartmut.Vogler@epost.de 2002-05-07 21:58 oetiker @@ -6643,7 +6643,7 @@ Bug Fixes 2002-04-24 20:54 oetiker - * configure.ac, doc/rrdgraph.src: fixed adress for wishlist + * configure.ac, doc/rrdgraph.src: fixed address for wishlist 2002-04-24 20:49 oetiker @@ -6774,7 +6774,7 @@ Bug Fixes 2002-04-03 14:52 oetiker * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph.h: As - gfx_canvas_t now has excatly the same lifespan as image_desc_t, + gfx_canvas_t now has exactly the same lifespan as image_desc_t, I've made 'gfx_canvas_t canvas' a member of image_desc_t and dropped it as a separate parameter in all function calls. imgformat, interlaced and zoom are moved to gfx_canvas_t. I have @@ -6804,7 +6804,7 @@ Bug Fixes 2002-04-02 21:31 oetiker - * src/rrd_restore.c: aded missing fcntl.h + * src/rrd_restore.c: added missing fcntl.h 2002-04-02 19:37 oetiker @@ -6887,7 +6887,7 @@ Bug Fixes 2002-03-12 07:19 oetiker - * libraries/zlib-1.1.3: realy remove zlibe 1.1.3 dir + * libraries/zlib-1.1.3: really remove zlibe 1.1.3 dir 2002-03-12 07:18 oetiker @@ -7007,7 +7007,7 @@ Bug Fixes 2002-02-09 06:21 oetiker - * src/rrd_gfx.c: do propper error checking and release memmory when + * src/rrd_gfx.c: do proper error checking and release memory when it is not required anymore 2002-02-08 18:40 oetiker @@ -7483,9 +7483,9 @@ Bug Fixes src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c, src/rrd_tool.h: The BIG graph update * Replace libgd with libart * Added freetype * Updated zlib - and libpng * rrd_gfx.c intrduced as libart wrapper * LINE takes + and libpng * rrd_gfx.c introduced as libart wrapper * LINE takes now a float as argument * rrdtool uses truetype for fonts * thanks - to libart there is now full alpha transparenc and antialiasing. * + to libart there is now full alpha transparency and antialiasing. * the new option --font lets customize the font and size for various graph elements * Updated to -> libtool 1.4.2 automake 2.12 autoconf 2.52 * new --zoom commandline option for zoom ans @@ -7555,7 +7555,7 @@ Bug Fixes created and smoothed with the old code. (4) Adds the aberrant-reset flag to rrd tune. This operation, which is specified for a single data source, causes the holt-winters - algorithm to forget everthing it has learned and start over. (5) + algorithm to forget everything it has learned and start over. (5) Fixes a few out-of-date code comments. 2001-08-13 18:58 oetiker @@ -7628,7 +7628,7 @@ Bug Fixes 2001-07-18 22:30 oetiker - * src/rrd_graph.c, src/rrd_rpncalc.c: VDEF and VRULE are comig along + * src/rrd_graph.c, src/rrd_rpncalc.c: VDEF and VRULE are coming along -- Alex van den Bogaerdt 2001-06-05 13:42 oetiker @@ -7645,8 +7645,8 @@ Bug Fixes 2001-03-31 15:21 oetiker - * Makefile.am: added 'all' dependancy to site-perl-install rule as - many seem to skip this step when instaling cricket ... probably an + * Makefile.am: added 'all' dependency to site-perl-install rule as + many seem to skip this step when installing cricket ... probably an incomplete cricket doku. 2001-03-15 19:43 oetiker @@ -7659,7 +7659,7 @@ Bug Fixes 2001-03-11 11:49 oetiker - * src/rrd_create.c: reindented the cource for better readability + * src/rrd_create.c: reindented the source for better readability 2001-03-10 23:54 oetiker @@ -7683,7 +7683,7 @@ Bug Fixes doc/rrdgraph_data.src, doc/rrdgraph_examples.src, doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src, doc/see_also.inc, src/rrd_tune.c: complete rewrite of rrdgraph documentation. This - also includs info on upcomming/planned changes to the rrdgraph + also includes info on upcomming/planned changes to the rrdgraph interface and functionality -- Alex van den Bogaerdt diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5b004df5..c3b4437f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -68,7 +68,7 @@ Selena M Brewington add_ds Shane O'Donnell Simon Leinen Steen Linden -Sebastian Harl debian packaging, rrdcached fixes and ehancements +Sebastian Harl debian packaging, rrdcached fixes and enhancements Stefan Ludewig 1.3 WIN32 Port Stefan Mueller HPUX 11 Steve Harris AIX portability @@ -85,7 +85,7 @@ Wim Heirman --units=si option Wolfgang Schrimm xport function Wrolf Courtney (HP-UX) hendrik visage -Vytautas Zdanavicius -- python argument list exander +Vytautas Zdanavicius -- python argument list expander Martin Sperl (CDEF prediction functions, libdbi) Philippe Simonet (Windows Binaries) Alexander Lucke (lucke with dns-net.de) of DNS:NET Internet Services (www.dns-net.de) http://rrdtool.org diff --git a/NEWS b/NEWS index 67cb4827..c92c4a95 100644 --- a/NEWS +++ b/NEWS @@ -19,7 +19,7 @@ RRD Graph RRDcreate --------- Ability to use exiting rrd files to pre-populate new ones. Allowing to -preserve data even when fundamentally changeing the structure of your rrd +preserve data even when fundamentally changing the structure of your rrd files. RRDcached @@ -266,7 +266,7 @@ Incompatibilities without functionality. * In pipe mode, rrdtool answers with OK only if it was successful with the - command. Otherwhise the answer will be ERROR... + command. Otherwise the answer will be ERROR... Behind the Scenes diff --git a/TODO b/TODO index bce1519e..7e494403 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,10 @@ Random Feature Ideas for RRDtool -------------------------------- -make it possible to define order of legend items independant of their order +make it possible to define order of legend items independent of their order on the commandline ... -architecture independant storage format. +architecture independent storage format. micro second precision diff --git a/WIN32-BUILD-TIPS.txt b/WIN32-BUILD-TIPS.txt index 71f258d9..29b2cb9b 100644 --- a/WIN32-BUILD-TIPS.txt +++ b/WIN32-BUILD-TIPS.txt @@ -60,10 +60,10 @@ calls link with win32comp.c 4/10/05 Tobi The windows implementation of strftime does not seem to support -the ISO 8601 week number (%V) I have therfore included the file +the ISO 8601 week number (%V) I have therefore included the file strftime.[ch] which provides strftime_ ... if you compile rrdtool with -Dstrftime=_strftime and link strftime.o then you will -get propper support for %V. +get proper support for %V. 7/29/04 Jake Brutlag @@ -259,7 +259,7 @@ Is a library missing? But it does not stop with an error... After these steps it generates the test files (svgs and rrds), and they seem to be good. -The real problem in the shared perl modul is the following: +The real problem in the shared perl module is the following: I do not know how this installation stuff works. The problem is that the installation stuff looks for the gd.lib and the @@ -299,7 +299,7 @@ Compiling RRDtool 1.2.x on Win32 with MingW32 gcc: http://gnuwin32.sourceforge.net/packages/gawk.htm - Note: Also fetch the dependant libraries for it from the same page. + Note: Also fetch the dependent libraries for it from the same page. 3. If you plan to create a 'distribution' release of the RRD Tools, the Makefile.Win32 will copy all the needed files to an output directory and diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 54f5c23b..fdaf0125 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -59,7 +59,7 @@ ruby: ABS_TOP_BUILDDIR=${abs_top_builddir} \ $(RUBY_MAKE_OPTIONS) RUBYARCHDIR= ) -# rules for building the pyton module +# rules for building the python module python: -mkdir -p ${builddir}/$@ cd ${builddir}/$@ \ diff --git a/bindings/Makefile.in b/bindings/Makefile.in index 10e3236d..7d0a10f6 100644 --- a/bindings/Makefile.in +++ b/bindings/Makefile.in @@ -741,7 +741,7 @@ ruby: ABS_TOP_BUILDDIR=${abs_top_builddir} \ $(RUBY_MAKE_OPTIONS) RUBYARCHDIR= ) -# rules for building the pyton module +# rules for building the python module python: -mkdir -p ${builddir}/$@ cd ${builddir}/$@ \ diff --git a/bindings/dotnet/rrdlib.cs b/bindings/dotnet/rrdlib.cs index 97010aee..aaca8550 100644 --- a/bindings/dotnet/rrdlib.cs +++ b/bindings/dotnet/rrdlib.cs @@ -9,7 +9,7 @@ * directory as this dll, or change the "const string dll" to point to the * proper location. For documentation, please see the RRDtool website at: * http://oss.oetiker.ch/rrdtool/ - * For useage examples, please see the rrd_binding_test project. + * For usage examples, please see the rrd_binding_test project. ****************************************************************************/ using System; using System.Linq; @@ -56,7 +56,7 @@ namespace dnrrdlib /// /// This contains the actual data values for an rrd_info_t structure. /// NOTE: Only one of these will be valid per instance. Use the containing info_t's - /// type field to deteremine which of these to read. + /// type field to determine which of these to read. /// NOTE: If the type is RD_I_STR, you have to marshal the string value yourself /// [StructLayout(LayoutKind.Explicit)] @@ -515,7 +515,7 @@ namespace dnrrdlib /// /// Returns the latest error from rrdlib /// - /// A string with the error message, or an emtpy string if no error occurred + /// A string with the error message, or an empty string if no error occurred public static string Get_Error() { IntPtr ptr = rrd_get_error(); diff --git a/bindings/perl-shared/Makefile.PL b/bindings/perl-shared/Makefile.PL index e24dea33..667e6554 100644 --- a/bindings/perl-shared/Makefile.PL +++ b/bindings/perl-shared/Makefile.PL @@ -48,7 +48,7 @@ if (($Config{'osname'} eq 'MSWin32' && $ENV{'OSTYPE'} eq '')) { # darwin works without this because librrd contains its # install_name which will includes the final location of the - # library after it is installed. This install_name gets transfered + # library after it is installed. This install_name gets transferred # to the perl shared object. my $librrd; if ($^O eq 'darwin'){ diff --git a/bindings/perl-shared/ntmake-build b/bindings/perl-shared/ntmake-build index 047b76f2..29e46a8c 100644 --- a/bindings/perl-shared/ntmake-build +++ b/bindings/perl-shared/ntmake-build @@ -12,7 +12,7 @@ WriteMakefile( 'INC' => '-I../../src/ "-I/Program Files/GnuWin32/include"', # Since we are now using GnuWin32 libraries dynamically (instead of static -# complile with code redistributed with rrdtool), use /MD instead of /MT. +# compile with code redistributed with rrdtool), use /MD instead of /MT. # Yes, this means we need msvcrt.dll but GnuWin32 dlls already require it # and it is available on most versions of Windows. 'OPTIMIZE' => '-O2 -MD', diff --git a/bindings/tcl/Makefile.am b/bindings/tcl/Makefile.am index 297dce17..4dabd48d 100644 --- a/bindings/tcl/Makefile.am +++ b/bindings/tcl/Makefile.am @@ -30,7 +30,7 @@ pkgindex_DATA = pkgIndex.tcl pkgindex_SCRIPTS = ifOctets.tcl endif -# Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as +# Automake doesn't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as # library name. So we build and install this library `by hand'. # # We do, however, specify a lib_LIBRARIES target such that diff --git a/bindings/tcl/Makefile.in b/bindings/tcl/Makefile.in index c45a5370..8a8ac1fb 100644 --- a/bindings/tcl/Makefile.in +++ b/bindings/tcl/Makefile.in @@ -369,7 +369,7 @@ LIB_RUNTIME_DIR = $(libdir) @BUILD_TCL_SITE_FALSE@pkgindex_DATA = pkgIndex.tcl @BUILD_TCL_SITE_FALSE@pkgindex_SCRIPTS = ifOctets.tcl -# Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as +# Automake doesn't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as # library name. So we build and install this library `by hand'. # # We do, however, specify a lib_LIBRARIES target such that diff --git a/bindings/tcl/tclrrd.c b/bindings/tcl/tclrrd.c index 4f905ddf..d2f18b16 100644 --- a/bindings/tcl/tclrrd.c +++ b/bindings/tcl/tclrrd.c @@ -714,10 +714,10 @@ static int init( * used, then it's still possible for the owning interpreter * to fake out the missing commands: * - * # Make all Rrd::* commands available in master interperter + * # Make all Rrd::* commands available in master interpreter * package require Rrd * set safe [interp create -safe] - * # Make safe Rrd::* commands available in safe interperter + * # Make safe Rrd::* commands available in safe interpreter * interp invokehidden $safe -global load ./tclrrd1.2.11.so * # Provide the safe interpreter with the missing commands * $safe alias Rrd::update do_update $safe diff --git a/configure b/configure index 53161a2f..70349dfe 100755 --- a/configure +++ b/configure @@ -18190,7 +18190,7 @@ else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } as_fn_error $? " -Your Compiler does not do propper IEEE math ... Please find out how to +Your Compiler does not do proper IEEE math ... Please find out how to make IEEE math work with your compiler and let me know (tobi@oetiker.ch). Check config.log to see what went wrong ... " "$LINENO" 5 @@ -24611,12 +24611,12 @@ fi test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` - # Hide the ALL_LINGUAS assigment from automake < 1.5. + # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. - # Hide the ALL_LINGUAS assigment from automake < 1.5. + # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES @@ -27280,12 +27280,12 @@ fi test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` - # Hide the ALL_LINGUAS assigment from automake < 1.5. + # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. - # Hide the ALL_LINGUAS assigment from automake < 1.5. + # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES diff --git a/configure.ac b/configure.ac index 7460c678..a71b1fe8 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl a.b.c AC_INIT([rrdtool],m4_esyscmd([tr -d '\n' < VERSION])) AC_CONFIG_AUX_DIR(conftools) -dnl for testing a numberical version number comes handy +dnl for testing a numerical version number comes handy dnl the released version are dnl a.bccc dnl the devel versions will be something like @@ -182,7 +182,7 @@ AC_PROG_LIBTOOL dnl Try to detect/use GNU features CFLAGS="$CFLAGS -D_GNU_SOURCE" -dnl check for -Werror separatly +dnl check for -Werror separately dnl (quite a few autotool checks do not work with -Werror; also, the dnl check for -Werror fails after checking and adding the other flags) AC_CACHE_CHECK([if gcc likes the -Werror flag], rd_cv_gcc_flag__Werror, diff --git a/conftools/depcomp b/conftools/depcomp index 4ebd5b3a..d6fe4450 100755 --- a/conftools/depcomp +++ b/conftools/depcomp @@ -198,7 +198,7 @@ gcc3) ;; gcc) -## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## Note that this doesn't just cater to obsolete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's diff --git a/conftools/ltmain.sh b/conftools/ltmain.sh index a356acaf..4edb7e3e 100644 --- a/conftools/ltmain.sh +++ b/conftools/ltmain.sh @@ -360,7 +360,7 @@ func_relative_path () func_relative_path_result=${func_relative_path_result}/${func_stripname_result} fi - # Normalisation. If bindir is libdir, return empty string, + # Normalization. If bindir is libdir, return empty string, # else relative path ending with a slash; either way, target # file name can be directly appended. if test ! -z "$func_relative_path_result"; then @@ -3276,7 +3276,7 @@ extern \"C\" { /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) -/* DATA imports from DLLs on WIN32 con't be const, because runtime +/* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined(__osf__) diff --git a/doc/librrd.pod b/doc/librrd.pod index cb4b5548..ef877422 100644 --- a/doc/librrd.pod +++ b/doc/librrd.pod @@ -196,28 +196,28 @@ indicates seconds =item C -indicates minutes. The value is multipled by 60. +indicates minutes. The value is multiplied by 60. =item C -indicates hours. The value is multipled by 3600 (or C<60m>). +indicates hours. The value is multiplied by 3600 (or C<60m>). =item C -indicates days. The value is multipled by 86400 (or C<24h>). +indicates days. The value is multiplied by 86400 (or C<24h>). =item C -indicates weeks. The value is multipled by 604800 (or C<7d>). +indicates weeks. The value is multiplied by 604800 (or C<7d>). =item C -indicates months. The value is multipled by 2678400 (or C<31d>). +indicates months. The value is multiplied by 2678400 (or C<31d>). (Note this factor accommodates the maximum number of days in a month.) =item C -indicates years. The value is multipled by 31622400 (or C<366d>). +indicates years. The value is multiplied by 31622400 (or C<366d>). (Note this factor accommodates leap years.) =back @@ -234,7 +234,7 @@ of a positive integer, or the conversion fails. If the remainder C is empty (no suffix), it is a count and no scaling is performed. -If C has one of the suffixes above, the count is multipled to +If C has one of the suffixes above, the count is multiplied to convert it to a duration in seconds. The resulting number of seconds is divided by C to produce a count of intervals each of duration C seconds. If division would produce a remainder @@ -330,7 +330,7 @@ off the RRD. Create RRD database of path C. The RRD will have a step size of C, the unix epoch timestamp to start collecting data from. The number of data sources and RRAs C and -the definitions of the data sources and RRAs C. Lastly weather or +the definitions of the data sources and RRAs C. Lastly whether or not to overwrite an existing RRD if one is found with the same filename; C. @@ -344,7 +344,7 @@ where C