From: Vadim Zeitlin Date: Mon, 9 Nov 2009 01:57:42 +0000 (+0000) Subject: No changes, just correct a recurring typo in "Override". X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/80093617fe65df256aa8332f80a25ed6e4a510ad?ds=inline No changes, just correct a recurring typo in "Override". Two "r"s should be enough for anybody. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index c33bb6d0af..454511d0af 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -1445,7 +1445,7 @@ public: virtual wxSize GetSize() const = 0; /** - Overrride this so that the renderer can get the value from the editor + Override this so that the renderer can get the value from the editor control (pointed to by @a editor): @code { @@ -1466,7 +1466,7 @@ public: virtual bool HasEditorCtrl() const; /** - Overrride this to react to a left click. + Override this to react to a left click. This method will only be called in @c wxDATAVIEW_CELL_ACTIVATABLE mode. */ virtual bool LeftClick( wxPoint cursor, @@ -1492,7 +1492,7 @@ public: wxDC* dc, int state); /** - Overrride this to start a drag operation. Not yet supported. + Override this to start a drag operation. Not yet supported. */ virtual bool StartDrag(wxPoint cursor, wxRect cell, wxDataViewModel* model,