summaryrefslogtreecommitdiff
path: root/src/video/win32_v.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/win32_v.cpp')
-rw-r--r--src/video/win32_v.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp
index 2caa839fa..c72b87bca 100644
--- a/src/video/win32_v.cpp
+++ b/src/video/win32_v.cpp
@@ -352,7 +352,7 @@ bool VideoDriver_Win32::MakeWindow(bool full_screen)
BlitterFactoryBase::GetCurrentBlitter()->PostResize();
GameSizeChanged(); // invalidate all windows, force redraw
- return true; // the request succedded
+ return true; // the request succeeded
}
/** Do palette animation and blit to the window. */