Skip to content

Commit 3b97096

Browse files
committedNov 13, 2018
fix spelling
1 parent b2ba38d commit 3b97096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/native/mac/qgsmacnative.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ - ( BOOL )userNotificationCenter:( NSUserNotificationCenter * )center shouldPres
124124
#if __MAC_OS_X_VERSION_MAX_ALLOWED >= __MAC_10_14
125125
if (@available(macOS 10.14, *)) {
126126
// compiled on macos 10.14+ AND running on macos 10.14+
127-
// check the settings of effective apperance of the user
127+
// check the settings of effective appearance of the user
128128
return ( NSApp.effectiveAppearance.name == NSAppearanceNameDarkAqua );
129129
} else {
130130
// compiled on macos 10.14+ BUT running on macos 10.13-

0 commit comments

Comments
 (0)
Please sign in to comment.