From f3fd9b5895306f4d7564df2401045df3e2ab7e42 Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Thu, 29 Sep 2022 01:12:21 +0200 Subject: [PATCH] Codechange: typo in code comment (#10061) --- src/video/cocoa/cocoa_wnd.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/cocoa/cocoa_wnd.mm b/src/video/cocoa/cocoa_wnd.mm index 1876ee27f0..af1bdcab99 100644 --- a/src/video/cocoa/cocoa_wnd.mm +++ b/src/video/cocoa/cocoa_wnd.mm @@ -1273,7 +1273,7 @@ void CocoaDialog(const char *title, const char *message, const char *buttonLabel driver->AllocateBackingStore(); } -/** Presentation options to use for fullsreen mode. */ +/** Presentation options to use for full screen mode. */ - (NSApplicationPresentationOptions)window:(NSWindow *)window willUseFullScreenPresentationOptions:(NSApplicationPresentationOptions)proposedOptions { return NSApplicationPresentationFullScreen | NSApplicationPresentationHideMenuBar | NSApplicationPresentationHideDock;