aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler
diff options
context:
space:
mode:
authorMax Horn2010-11-17 12:21:37 +0000
committerMax Horn2010-11-17 12:21:37 +0000
commitdbddd758d1494f52c96b959b3d03f8e0156fb7cf (patch)
tree6fb29c7c2dd8c0cf64b8789659ec67166dbc4a5b /graphics/scaler
parent5ceb54d088392844d826176d9e4ae1fad62fbd72 (diff)
downloadscummvm-rg350-dbddd758d1494f52c96b959b3d03f8e0156fb7cf.tar.gz
scummvm-rg350-dbddd758d1494f52c96b959b3d03f8e0156fb7cf.tar.bz2
scummvm-rg350-dbddd758d1494f52c96b959b3d03f8e0156fb7cf.zip
GRAPHICS: colour -> color
svn-id: r54287
Diffstat (limited to 'graphics/scaler')
-rw-r--r--graphics/scaler/aspect.cpp2
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;