diff options
author | Ori Avtalion | 2016-10-22 21:16:21 +0300 |
---|---|---|
committer | Ori Avtalion | 2016-10-22 21:16:21 +0300 |
commit | 5280632b5182535c2d54956c1de55060e1d26dce (patch) | |
tree | f2181f5d0ee0c4be4b2870b518c74f6b77cfffa5 /backends/platform/sdl | |
parent | 669e6be4380f058cf097c686e0edaa75ae500576 (diff) | |
download | scummvm-rg350-5280632b5182535c2d54956c1de55060e1d26dce.tar.gz scummvm-rg350-5280632b5182535c2d54956c1de55060e1d26dce.tar.bz2 scummvm-rg350-5280632b5182535c2d54956c1de55060e1d26dce.zip |
SDL: Fix typos
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/sdl-window.h | 4 |
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(); |