X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d13b34d3f2be575d59747a5926000be7b28a45dc..0c3140ca4494195cfe3fee8a21dd0834437993a6:/interface/wx/list.h diff --git a/interface/wx/list.h b/interface/wx/list.h index 32d115cf96..7d2f566c63 100644 --- a/interface/wx/list.h +++ b/interface/wx/list.h @@ -155,7 +155,7 @@ public: void Erase(const compatibility_iterator& iter); /** - Returns the iterator refering to @a object or @NULL if none found. + Returns the iterator referring to @a object or @NULL if none found. */ wxList::compatibility_iterator Find(T* object) const; @@ -203,7 +203,7 @@ public: bool IsEmpty() const; /** - Returns the iterator refering to the object at the given + Returns the iterator referring to the object at the given @a index in the list. */ wxList::compatibility_iterator Item(size_t index) const;