From fd559171b4ab5ce09b67aa8c4e9f2d0482a09558 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 15 Dec 2011 22:02:00 +0000 Subject: (svn r23527) -Codechange: unify colo(u)r as far as it goes --- src/video/win32_v.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video') diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index ed774fd66..934acc061 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -176,7 +176,7 @@ static void ClientSizeChanged(int w, int h) { /* allocate new dib section of the new size */ if (AllocateDibSection(w, h)) { - /* mark all palette colors dirty */ + /* mark all palette colours dirty */ _cur_palette.first_dirty = 0; _cur_palette.count_dirty = 256; _local_palette = _cur_palette; -- cgit v1.2.3-54-g00ecf