]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statline.h
Add doc for wxCliboard::Get
[wxWidgets.git] / include / wx / statline.h
index 38941691182611d4683a4afe3792847e108c106d..514a3d30751800ca999f30a63c0234e53559b3de 100644 (file)
@@ -46,7 +46,7 @@ public:
     // get the default size for the "lesser" dimension of the static line
     static int GetDefaultSize() { return 2; }
 
-    // overriden base class virtuals
+    // overridden base class virtuals
     virtual bool AcceptsFocus() const { return false; }
 
 protected: