]> git.pld-linux.org Git - packages/rrdtool.git/commitdiff
- spelling fixes. reported upstream as http://oss.oetiker.ch/rrdtool-trac/ticket/188
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 5 Oct 2008 10:38:44 +0000 (10:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rrdtool-spelling.patch -> 1.1

rrdtool-spelling.patch [new file with mode: 0644]

diff --git a/rrdtool-spelling.patch b/rrdtool-spelling.patch
new file mode 100644 (file)
index 0000000..7ccf751
--- /dev/null
@@ -0,0 +1,33 @@
+--- rrdtool-1.2.27/src/rrd_thread_safe.c~      2008-02-17 12:26:32.000000000 +0200
++++ rrdtool-1.2.27/src/rrd_thread_safe.c       2008-10-05 13:32:35.079179542 +0300
+@@ -52,7 +52,7 @@
+ const char *rrd_strerror(int err) {
+     struct rrd_context *ctx = rrd_get_context();
+     if (strerror_r(err, ctx->lib_errstr, ctx->errlen)) 
+-         return "strerror_r faild. sorry!"; 
++         return "strerror_r failed. sorry!"; 
+     else 
+          return ctx->lib_errstr; 
+ }
+--- rrdtool-1.2.27/src/rrd_open.c~     2008-02-17 12:26:32.000000000 +0200
++++ rrdtool-1.2.27/src/rrd_open.c      2008-10-05 13:32:44.647732472 +0300
+@@ -125,7 +125,7 @@
+     MYFREAD(rrd->stat_head, stat_head_t,  1)
+     /* lets see if the first read worked */
+     if (ferror( *in_file ) || feof(*in_file)) {
+-        rrd_set_error("reading the cookie off %s faild",file_name);
++        rrd_set_error("reading the cookie off %s failed",file_name);
+         fclose(*in_file);
+         return(-1);
+     }        
+--- rrdtool-1.2.27/CHANGES~    2008-02-17 12:26:34.000000000 +0200
++++ rrdtool-1.2.27/CHANGES     2008-10-05 13:32:52.488185544 +0300
+@@ -967,7 +967,7 @@
+ 2006-09-18 05:45  oetiker
+-      * netware/Makefile: fix faild netware makefile merge -- Guenter
++      * netware/Makefile: fix failed netware makefile merge -- Guenter
+         Knauf
+ 2006-09-17 21:08  oetiker
This page took 0.125013 seconds and 4 git commands to generate.