]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Correct spelling errors 1269/head
authorTheWitness <thewitness@cacti.net>
Sat, 16 Nov 2024 13:44:42 +0000 (08:44 -0500)
committerGitHub <noreply@github.com>
Sat, 16 Nov 2024 13:44:42 +0000 (08:44 -0500)
src/rrd_xport.c

index ea5b6325fe2eb973bd4ef6c9b99c4c0041044adf..7bf677665d637a1a33db7637c03b0246b4e8b6fc 100644 (file)
@@ -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;
             }