aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorOri Avtalion2016-10-22 21:16:21 +0300
committerOri Avtalion2016-10-22 21:16:21 +0300
commit5280632b5182535c2d54956c1de55060e1d26dce (patch)
treef2181f5d0ee0c4be4b2870b518c74f6b77cfffa5 /backends
parent669e6be4380f058cf097c686e0edaa75ae500576 (diff)
downloadscummvm-rg350-5280632b5182535c2d54956c1de55060e1d26dce.tar.gz
scummvm-rg350-5280632b5182535c2d54956c1de55060e1d26dce.tar.bz2
scummvm-rg350-5280632b5182535c2d54956c1de55060e1d26dce.zip
SDL: Fix typos
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/sdl/sdl-window.h4
1 files changed, 2 insertions, 2 deletions
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();