Explorar o código

Fixed comment typo.

Ryan C. Gordon %!s(int64=17) %!d(string=hai) anos
pai
achega
b71ef88ba7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      physfs_platforms.h

+ 1 - 1
physfs_platforms.h

@@ -26,7 +26,7 @@
 #elif (defined OS2)
 #  define PHYSFS_PLATFORM_OS2
 #elif ((defined __MACH__) && (defined __APPLE__))
-/* To check if iphone or not, we need to inlcude this file */
+/* To check if iphone or not, we need to include this file */
 # include <TargetConditionals.h> 
 # if (defined(TARGET_IPHONE_SIMULATOR) || (defined TARGET_OS_IPHONE))
 #    define PHYSFS_PLATFORM_UNIX