From 4aec77e6185b0694c43ae3aee7afc4b8e2f7d6ae Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 22 Mar 2012 03:00:16 -0400 Subject: [PATCH] Fixed a typo in the docs. --- src/physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physfs.h b/src/physfs.h index b261d685..7faa8145 100644 --- a/src/physfs.h +++ b/src/physfs.h @@ -2615,7 +2615,7 @@ typedef enum PHYSFS_FileType * Container for various meta data about a file in the virtual file system. * PHYSFS_stat() uses this structure for returning the information. The time * data will be either the number of seconds since the Unix epoch (midnight, - * Jan 1, 1970), or -1 if there the information isn't available or applicable. + * Jan 1, 1970), or -1 if the information isn't available or applicable. * The (filesize) field is measured in bytes. * The (readonly) field tells you whether when you open a file for writing you * are writing to the same file as if you were opening it, given you have