Fix typo in comment in Miscellaneous.m

This commit is contained in:
Ryan Schmidt
2022-02-07 15:11:03 -06:00
committed by GitHub
parent 8292705ac1
commit 71bc940511
+1 -1
View File
@@ -328,7 +328,7 @@ shouldUseMojaveTabBarStyle()
int
getCurrentAppearance(NSAppearance *appearance){
int flag = 0; // for macOS 10.13 or eariler always return 0;
int flag = 0; // for macOS 10.13 or earlier always return 0;
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_14
if (@available(macOS 10.14, *)) {
NSAppearanceName appearanceName = [appearance bestMatchFromAppearancesWithNames: