extras/ignorecase.h: Fixed some typos.

This commit is contained in:
Ryan C. Gordon 2016-08-17 20:40:19 -04:00
parent 8363d15439
commit 84f27f8fb5
1 changed files with 2 additions and 2 deletions

View File

@ -18,14 +18,14 @@
* or file (which brings security considerations and potential bugs). This * or file (which brings security considerations and potential bugs). This
* code favours exact case matches, but you will lose access to otherwise * code favours exact case matches, but you will lose access to otherwise
* duplicate filenames, or you might go down a wrong directory tree, etc. * duplicate filenames, or you might go down a wrong directory tree, etc.
* In practive, this is rarely a problem, but you need to be aware of it. * In practice, this is rarely a problem, but you need to be aware of it.
* - This doesn't do _anything_ with the write directory; you're on your * - This doesn't do _anything_ with the write directory; you're on your
* own for opening the right files for writing. You can sort of get around * own for opening the right files for writing. You can sort of get around
* this by adding your write directory to the search path, but then the * this by adding your write directory to the search path, but then the
* interpolated directory tree can screw you up even more. * interpolated directory tree can screw you up even more.
* *
* This code should be considered an aid for legacy code. New development * This code should be considered an aid for legacy code. New development
* shouldn't do dumbass things that require this aid in the first place. :) * shouldn't do things that require this aid in the first place. :)
* *
* Usage: Set up PhysicsFS as you normally would, then use * Usage: Set up PhysicsFS as you normally would, then use
* PHYSFSEXT_locateCorrectCase() to get a "correct" pathname to pass to * PHYSFSEXT_locateCorrectCase() to get a "correct" pathname to pass to