diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/scaler/aspect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/scaler/aspect.cpp b/graphics/scaler/aspect.cpp index b7d1933833..85768fbced 100644 --- a/graphics/scaler/aspect.cpp +++ b/graphics/scaler/aspect.cpp @@ -114,7 +114,7 @@ void makeRectStretchable(int &x, int &y, int &w, int &h) { int m = real2Aspect(y) % 6; // Ensure that the rect will start on a line that won't have its - // colours changed by the stretching function. + // colors changed by the stretching function. if (m != 0 && m != 5) { y -= m; h += m; |