]> git.pld-linux.org Git - packages/rrdtool.git/blob - rrdtool-spelling.patch
- updated
[packages/rrdtool.git] / rrdtool-spelling.patch
1 Spelling fix 'faild' -> 'failed'
2
3 Signed-Off-By: Elan Ruusamäe <glen@pld-linux.org>
4 --- rrdtool-1.2.27/src/rrd_thread_safe.c~       2008-02-17 12:26:32.000000000 +0200
5 +++ rrdtool-1.2.27/src/rrd_thread_safe.c        2008-10-05 13:32:35.079179542 +0300
6 @@ -52,7 +52,7 @@
7  const char *rrd_strerror(int err) {
8      struct rrd_context *ctx = rrd_get_context();
9      if (strerror_r(err, ctx->lib_errstr, ctx->errlen)) 
10 -         return "strerror_r faild. sorry!"; 
11 +         return "strerror_r failed. sorry!"; 
12      else 
13           return ctx->lib_errstr; 
14  }
15 --- rrdtool-1.2.27/src/rrd_open.c~      2008-02-17 12:26:32.000000000 +0200
16 +++ rrdtool-1.2.27/src/rrd_open.c       2008-10-05 13:32:44.647732472 +0300
17 @@ -125,7 +125,7 @@
18      MYFREAD(rrd->stat_head, stat_head_t,  1)
19      /* lets see if the first read worked */
20      if (ferror( *in_file ) || feof(*in_file)) {
21 -        rrd_set_error("reading the cookie off %s faild",file_name);
22 +        rrd_set_error("reading the cookie off %s failed",file_name);
23          fclose(*in_file);
24          return(-1);
25      }        
26 --- rrdtool-1.2.27/CHANGES~     2008-02-17 12:26:34.000000000 +0200
27 +++ rrdtool-1.2.27/CHANGES      2008-10-05 13:32:52.488185544 +0300
28 @@ -967,7 +967,7 @@
29  
30  2006-09-18 05:45  oetiker
31  
32 -       * netware/Makefile: fix faild netware makefile merge -- Guenter
33 +       * netware/Makefile: fix failed netware makefile merge -- Guenter
34           Knauf
35  
36  2006-09-17 21:08  oetiker
This page took 0.078245 seconds and 3 git commands to generate.