Spelling fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21962 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-11-06 13:53:40 +00:00
parent 11b4799893
commit c9c6734169
77 changed files with 3217 additions and 233 deletions

View file

@ -1313,7 +1313,7 @@ static NSMapTable *nodeNames = 0;
}
/**
* Returns the next element node, skipping past any oyther node types
* Returns the next element node, skipping past any other node types
* (such as text nodes). If there is no element node to be returned,
* this method returns nil.<br />
* NB. This method is not available in java, as the method name conflicts