SOURCES: rrdtool-spelling.patch (NEW) - spelling fixes. reported upstream a...
glen
glen at pld-linux.org
Sun Oct 5 12:38:49 CEST 2008
Author: glen Date: Sun Oct 5 10:38:49 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- spelling fixes. reported upstream as http://oss.oetiker.ch/rrdtool-trac/ticket/188
---- Files affected:
SOURCES:
rrdtool-spelling.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/rrdtool-spelling.patch
diff -u /dev/null SOURCES/rrdtool-spelling.patch:1.1
--- /dev/null Sun Oct 5 12:38:50 2008
+++ SOURCES/rrdtool-spelling.patch Sun Oct 5 12:38:44 2008
@@ -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
================================================================
More information about the pld-cvs-commit
mailing list