From 250d93930cb008e82832f477f70bed2b287ad1cf Mon Sep 17 00:00:00 2001 From: TheWitness Date: Sat, 16 Nov 2024 08:44:42 -0500 Subject: [PATCH] Correct spelling errors --- src/rrd_xport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2