Fix spelling errors in comments.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18261 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
uid66829 2003-12-23 17:22:06 +00:00
parent 4f2941499d
commit 62673068d0
6 changed files with 17 additions and 11 deletions

View file

@ -137,7 +137,7 @@ GS_EXPORT NSArray *GSDebugAllocationListRecordedObjects(Class c);
* This function associates the supplied tag with a recorded
* object and returns the tag which was previously associated
* with it (if any).<br />
* If the object was not recorded, the method reurns nil<br />
* If the object was not recorded, the method returns nil<br />
* The tag is retained while it is associated with the object.<br />
* See also the NSDebugFRLog() and NSDebugMRLog() macros.
*/