From 5c1eb877e926318188628fd8e87ff14d7b49e75e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 26 Jul 2002 06:18:02 +0000 Subject: [PATCH] Fixed a typo in the documentation. --- physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physfs.h b/physfs.h index 8655d2fb..3efe3b2d 100644 --- a/physfs.h +++ b/physfs.h @@ -746,7 +746,7 @@ __EXPORT__ char **PHYSFS_getSearchPath(void); * \param appName Program-specific name of your program, to separate it * from other programs using PhysicsFS. * - * \param archiveExt File extention used by your program to specify an + * \param archiveExt File extension used by your program to specify an * archive. For example, Quake 3 uses "pk3", even though * they are just zipfiles. Specify NULL to not dig out * archives automatically. Do not specify the '.' char;