浏览代码

Fixed a typo in the documentation.

Ryan C. Gordon 23 年之前
父节点
当前提交
5c1eb877e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      physfs.h

+ 1 - 1
physfs.h

@@ -746,7 +746,7 @@ __EXPORT__ char **PHYSFS_getSearchPath(void);
  *    \param appName Program-specific name of your program, to separate it
  *    \param appName Program-specific name of your program, to separate it
  *                   from other programs using PhysicsFS.
  *                   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
  *                      archive. For example, Quake 3 uses "pk3", even though
  *                      they are just zipfiles. Specify NULL to not dig out
  *                      they are just zipfiles. Specify NULL to not dig out
  *                      archives automatically. Do not specify the '.' char;
  *                      archives automatically. Do not specify the '.' char;