aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
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();