mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
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:
parent
c4f7312717
commit
c549497a5d
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue