summaryrefslogtreecommitdiffstats
path: root/Meter.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2021-02-15 12:54:20 +1100
committerNathan Scott <nathans@redhat.com>2021-02-15 12:54:20 +1100
commit8cd90f0c4a40b31aec634e3acfde7c53b5dd23d6 (patch)
tree7b95da13967ee8deb12f832954f80da95adadff6 /Meter.c
parentc44b2ec795d243126fd5a53169ec533f4a5b3bd0 (diff)
Fix a couple of small spelling mistakes in comments
Diffstat (limited to 'Meter.c')
-rw-r--r--Meter.c2
1 files changed, 1 insertions, 1 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy