X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Frrd_resize.c;h=ddbf9ecce2c87ff2d3bf8f9acee9e96b5a723842;hb=61a736a2e1ad057f78cb5c2245207c9d02d86f29;hp=39941c1cd4ada12fbf79bca413e44a904edb588a;hpb=05772c3f06f0381e86fd492860d5ebc441641a8c;p=rrdtool.git diff --git a/src/rrd_resize.c b/src/rrd_resize.c index 39941c1..ddbf9ec 100644 --- a/src/rrd_resize.c +++ b/src/rrd_resize.c @@ -104,7 +104,7 @@ rrd_resize(int argc, char **argv) fwrite(rrdnew.rra_ptr,sizeof(rra_ptr_t),rrdnew.stat_head->rra_cnt,outfile); /* Move the CDPs from the old to the new database. - ** This can be made (much) faster but isn't worth the efford. Clarity + ** This can be made (much) faster but isn't worth the effort. Clarity ** is much more important. */