Fix typos in source code

This commit is contained in:
luz paz
2021-06-10 01:24:15 +00:00
committed by Ian McInerney
parent 2998efbb4f
commit 5f1e9bc8a7
15 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -1548,9 +1548,9 @@ void mpScaleY::Plot( wxDC& dc, mpWindow& w )
int labelW = 0;
// Before staring cycle, calculate label height
int labelHeigth = 0;
int labelHeight = 0;
s.Printf( fmt, n );
dc.GetTextExtent( s, &tx, &labelHeigth );
dc.GetTextExtent( s, &tx, &labelHeight );
for( n = 0; n < tickCount(); n++ )
{