]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
Implement wxDV_ROW_LINES for generic wxDataViewCtrl.
[wxWidgets.git] / include / wx / tbarbase.h
index f6ef259ce39b6b3cbc7f9dd06c0e473440c0396d..45e5ac4cb565bc3f8898bb3df5570ae9a4d0d0c4 100644 (file)
@@ -473,7 +473,7 @@ public:
         { return GetToolBitmapSize(); }
 
     // returns a (non separator) tool containing the point (x, y) or NULL if
-    // there is no tool at this point (corrdinates are client)
+    // there is no tool at this point (coordinates are client)
     virtual wxToolBarToolBase *FindToolForPosition(wxCoord x,
                                                    wxCoord y) const = 0;