]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/spinbutt.h
cache results of Motif 2 and Motif-is-Lesstif tests
[wxWidgets.git] / include / wx / spinbutt.h
index 7f7edb9e5be612a10a83e889c02b60537d0b9886..64e9f1ebae5f7ad6211e4d93c7f14c9cfa345025 100644 (file)
@@ -39,7 +39,7 @@
 class WXDLLEXPORT wxSpinButtonBase : public wxControl
 {
 public:
-    // ctor intiializes the range with the default (0..100) values
+    // ctor initializes the range with the default (0..100) values
     wxSpinButtonBase() { m_min = 0; m_max = 100; }
 
     // accessors