Fix typo's.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17733 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2003-09-27 09:44:54 +00:00
parent c4f7312717
commit c549497a5d
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
2003-09-27 David Ayers <d.ayers@inode.at>
* Source/NSCell.m (-compare:): Compare the stringValue of
NSCell's rather than thier contents directly.
NSCell's rather than their contents directly.
2003-09-23 19:14 Alexander Malmberg <alexander@malmberg.org>

View file

@ -1060,7 +1060,7 @@ static NSColor *shadowCol;
* Compares the reciever to another to another NSCell.
* The argument must be an NSCell sublclass and have
* the NSCellType NSTextCellType. Returns the result
* of the comparison of each cell's stringVaule.
* of the comparison of each cell's stringValue.
*/
- (NSComparisonResult) compare: (id)otherCell
{