Authored by mrliuzy
Committed by GitHub

spelling correction

spelling correction
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 15
16 // Apple's defines from TargetConditionals.h are a bit weird. 16 // Apple's defines from TargetConditionals.h are a bit weird.
17 // Seems like TARGET_OS_MAC is always defined (on all platforms). 17 // Seems like TARGET_OS_MAC is always defined (on all platforms).
18 -// To determine if we are running on OSX, we can only relly on TARGET_OS_IPHONE=0 and all the other platforms 18 +// To determine if we are running on OSX, we can only rely on TARGET_OS_IPHONE=0 and all the other platforms
19 #if !TARGET_OS_IPHONE && !TARGET_OS_IOS && !TARGET_OS_TV && !TARGET_OS_WATCH 19 #if !TARGET_OS_IPHONE && !TARGET_OS_IOS && !TARGET_OS_TV && !TARGET_OS_WATCH
20 #define SD_MAC 1 20 #define SD_MAC 1
21 #else 21 #else