Committed by
GitHub
spelling correction
spelling correction
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment