]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just correct a recurring typo in "Override".
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Nov 2009 01:57:42 +0000 (01:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Nov 2009 01:57:42 +0000 (01:57 +0000)
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

interface/wx/dataview.h

index c33bb6d0af14d59dc2b09affdfef3dc13cb146d0..454511d0afb0c0803796b6747f23ecd43ea54585 100644 (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,