From dbddd758d1494f52c96b959b3d03f8e0156fb7cf Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 17 Nov 2010 12:21:37 +0000 Subject: GRAPHICS: colour -> color svn-id: r54287 --- graphics/scaler/aspect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') 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; -- cgit v1.2.3