From 5a5b39c8d3b3baac3413aa41cb11376cd27b4348 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 25 Jun 2017 09:10:06 +0200 Subject: [PATCH] svg_stats.c: Fix typo in comment Signed-off-by: Sebastien GODARD --- svg_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg_stats.c b/svg_stats.c index 87cf714..8b90384 100644 --- a/svg_stats.c +++ b/svg_stats.c @@ -68,7 +68,7 @@ unsigned int svg_colors[] = {0x00cc00, 0xff00bf, 0x00ffff, 0xff0000, * @spmax Array containing max values already found for this activity. * @g_fields Index in spmin/spmax arrays where extrema values for each * activity metric will be saved. As a consequence spmin/spmax - * arrays mau contain values in a different order than that of + * arrays may contain values in a different order than that of * the fields in the statistics structure. * * OUT: -- 2.40.0