From 3b97096202e4b23a1f40a126c4f0eff18a05a279 Mon Sep 17 00:00:00 2001 From: Peter Petrik Date: Tue, 13 Nov 2018 08:31:08 +0100 Subject: [PATCH] fix spelling --- src/native/mac/qgsmacnative.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/mac/qgsmacnative.mm b/src/native/mac/qgsmacnative.mm index c130ded23fd5..8a683a56caa1 100644 --- a/src/native/mac/qgsmacnative.mm +++ b/src/native/mac/qgsmacnative.mm @@ -124,7 +124,7 @@ - ( BOOL )userNotificationCenter:( NSUserNotificationCenter * )center shouldPres #if __MAC_OS_X_VERSION_MAX_ALLOWED >= __MAC_10_14 if (@available(macOS 10.14, *)) { // compiled on macos 10.14+ AND running on macos 10.14+ - // check the settings of effective apperance of the user + // check the settings of effective appearance of the user return ( NSApp.effectiveAppearance.name == NSAppearanceNameDarkAqua ); } else { // compiled on macos 10.14+ BUT running on macos 10.13-