From b71ef88ba713794b414f034fe577e736cb0b4664 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 23 Mar 2009 00:13:24 -0400 Subject: [PATCH] Fixed comment typo. --- physfs_platforms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physfs_platforms.h b/physfs_platforms.h index df4fe48e..14b3b222 100644 --- a/physfs_platforms.h +++ b/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 # if (defined(TARGET_IPHONE_SIMULATOR) || (defined TARGET_OS_IPHONE)) # define PHYSFS_PLATFORM_UNIX