JANITORIAL: COMMON: Correct Spelling Mistake
heigth -> height
This commit is contained in:
parent
abcf7ba960
commit
3fb0612194
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
clip(Rect(0, 0, maxw, maxh));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue