r791 - branches/stable-1.0 trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Sep 23 06:49:10 EDT 2006


Author: icculus
Date: 2006-09-23 06:49:10 -0400 (Sat, 23 Sep 2006)
New Revision: 791

Modified:
   branches/stable-1.0/CHANGELOG
   branches/stable-1.0/physfs.h
   trunk/CHANGELOG
   trunk/physfs.h
Log:
Fixed typo in Doxygen comment.


Modified: branches/stable-1.0/CHANGELOG
===================================================================
--- branches/stable-1.0/CHANGELOG	2006-06-25 10:43:07 UTC (rev 790)
+++ branches/stable-1.0/CHANGELOG	2006-09-23 10:49:10 UTC (rev 791)
@@ -4,6 +4,7 @@
 
 -- stuff in the stable-1.0 branch, backported from 2.0.0 dev branch, etc ---
 
+09232006 - Fixed typo in doxygen comment.
 03232006 - Added -fvisibility for gcc4 (http://gcc.gnu.org/wiki/Visibility)
 01012006 - Added physfs.rc (thanks, Dennis!). Changed my email address.
 11282005 - Whitespace fix, and corrected docs on PHYSFS_setWriteDir().

Modified: branches/stable-1.0/physfs.h
===================================================================
--- branches/stable-1.0/physfs.h	2006-06-25 10:43:07 UTC (rev 790)
+++ branches/stable-1.0/physfs.h	2006-09-23 10:49:10 UTC (rev 791)
@@ -311,7 +311,7 @@
  *  revision).
  *
  * \sa PHYSFS_VERSION
- * \sa PHYFS_getLinkedVersion
+ * \sa PHYSFS_getLinkedVersion
  */
 typedef struct
 {

Modified: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	2006-06-25 10:43:07 UTC (rev 790)
+++ trunk/CHANGELOG	2006-09-23 10:49:10 UTC (rev 791)
@@ -2,6 +2,7 @@
  * CHANGELOG.
  */
 
+09232006 - Fixed typo in doxygen comment.
 04112006 - Added LZMA archiver...7zip support (thanks, Dennis!).
 03232006 - Added -fvisibility for gcc4 (http://gcc.gnu.org/wiki/Visibility)
 01012006 - Cleaned up overflow checks in platform memory allocators (thanks to

Modified: trunk/physfs.h
===================================================================
--- trunk/physfs.h	2006-06-25 10:43:07 UTC (rev 790)
+++ trunk/physfs.h	2006-09-23 10:49:10 UTC (rev 791)
@@ -324,7 +324,7 @@
  *  revision).
  *
  * \sa PHYSFS_VERSION
- * \sa PHYFS_getLinkedVersion
+ * \sa PHYSFS_getLinkedVersion
  */
 typedef struct
 {




More information about the physfs-commits mailing list