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
This commit is contained in:
Vadim Zeitlin
2009-11-09 01:57:42 +00:00
parent eaae3ee7d7
commit 80093617fe

View File

@@ -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,