From: TheWitness Date: Sat, 16 Nov 2024 13:44:42 +0000 (-0500) Subject: Correct spelling errors X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1269%2Fhead;p=thirdparty%2Frrdtool-1.x.git Correct spelling errors --- diff --git a/src/rrd_xport.c b/src/rrd_xport.c index ea5b6325..7bf67766 100644 --- a/src/rrd_xport.c +++ b/src/rrd_xport.c @@ -296,7 +296,7 @@ static int rrd_xport_fn( case GF_LINE: case GF_AREA: case GF_STACK: - /* only count the gf if it's numeric otherwise it's a contant line */ + /* only count the gf if it's numeric otherwise it's a constant line */ if (!is_numeric(im->gdes[i].vname)) { (*col_cnt) += dolines; }