* WebView/WebTextIterator.h: Fixed a spelling error in a comment.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@41910
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2009-03-23 Darin Adler <darin@apple.com>
+
+ * WebView/WebTextIterator.h: Fixed a spelling error in a comment.
+
2009-03-22 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
@method advance
@abstract Moves the WebTextIterator to the next bit of text or boundary between runs of text.
The iterator can break up runs of text however it finds convenient, so clients need to handle
- text runs that are broken up into arbitary pieces.
+ text runs that are broken up into arbitrary pieces.
*/
- (void)advance;