JANITORIAL: COMMON: Correct Spelling Mistake

heigth -> height
This commit is contained in:
Hubert Maier 2022-11-07 14:48:34 +01:00 committed by Filippos Karapetis
parent abcf7ba960
commit 3fb0612194

View file

@ -299,7 +299,7 @@ struct Rect {
} }
/** /**
* Reduce the dimensions of this rectangle by setting max width and max heigth. * Reduce the dimensions of this rectangle by setting max width and max height.
*/ */
void clip(int16 maxw, int16 maxh) { void clip(int16 maxw, int16 maxh) {
clip(Rect(0, 0, maxw, maxh)); clip(Rect(0, 0, maxw, maxh));