]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
Use wxWebKitCtrlNameStr to adhere to the convention used by other wx classes.
[wxWidgets.git] / include / wx / window.h
index 4fff9c3cd81ef08368391ee63f6780807a468781..33a7ae01b2549bac17aa85de4739ee6fa85a09a7 100644 (file)
@@ -609,7 +609,7 @@ public:
     virtual void SetWindowStyleFlag( long style ) { m_windowStyle = style; }
     virtual long GetWindowStyleFlag() const { return m_windowStyle; }
 
-        // just some (somewhat shorter) synonims
+        // just some (somewhat shorter) synonyms
     void SetWindowStyle( long style ) { SetWindowStyleFlag(style); }
     long GetWindowStyle() const { return GetWindowStyleFlag(); }