summaryrefslogtreecommitdiff
path: root/src/video/cocoa/cocoa_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/cocoa/cocoa_v.h')
-rw-r--r--src/video/cocoa/cocoa_v.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video/cocoa/cocoa_v.h b/src/video/cocoa/cocoa_v.h
index a27b3c204..9f7f55c7c 100644
--- a/src/video/cocoa/cocoa_v.h
+++ b/src/video/cocoa/cocoa_v.h
@@ -134,7 +134,7 @@ public:
virtual bool IsFullscreen() = 0;
/** Toggle between fullscreen and windowed mode
- * @return whether switch was successfull
+ * @return whether switch was successful
*/
virtual bool ToggleFullscreen() { return false; };
@@ -180,7 +180,7 @@ public:
virtual void SetPortAlphaOpaque() { return; };
/** Whether the window was successfully resized
- * @return whether the window was succesfully resized
+ * @return whether the window was successfully resized
*/
virtual bool WindowResized() { return false; };
};