From 8cd90f0c4a40b31aec634e3acfde7c53b5dd23d6 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 15 Feb 2021 12:54:20 +1100 Subject: Fix a couple of small spelling mistakes in comments --- Meter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Meter.c') diff --git a/Meter.c b/Meter.c index 948ecf64..e42b29b9 100644 --- a/Meter.c +++ b/Meter.c @@ -216,7 +216,7 @@ static void BarMeterMode_draw(Meter* this, int x, int y, int w) { } } - // If still to large, print the start not the end + // If still too large, print the start not the end startPos = MINIMUM(startPos, w); } assert(startPos >= 0); -- cgit v1.2.3