From 5280632b5182535c2d54956c1de55060e1d26dce Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Sat, 22 Oct 2016 21:16:21 +0300 Subject: SDL: Fix typos --- backends/platform/sdl/sdl-window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform/sdl/sdl-window.h') diff --git a/backends/platform/sdl/sdl-window.h b/backends/platform/sdl/sdl-window.h index 58b898f824..b62860960d 100644 --- a/backends/platform/sdl/sdl-window.h +++ b/backends/platform/sdl/sdl-window.h @@ -81,7 +81,7 @@ public: SDL_Window *getSDLWindow() const { return _window; } /** - * Creates a new SDL window (and destroies the old one). + * Creates a new SDL window (and destroys the old one). * * @param width Width of the window. * @param height Height of the window. @@ -91,7 +91,7 @@ public: bool createWindow(int width, int height, uint32 flags); /** - * Destroies the current SDL window. + * Destroys the current SDL window. */ void destroyWindow(); -- cgit v1.2.3