]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
make more Init() functions private
[wxWidgets.git] / include / wx / event.h
index 62d3a575a06ddcd792147a9ee9bd89181aef938c..762b73a07b5fcf322d5ed71d2e5cfa521c179e32 100644 (file)
@@ -3006,7 +3006,7 @@ public:
 protected:
     // Init the hash table with the entries of the static event table.
     void InitHashTable();
-    // Helper funtion of InitHashTable() to insert 1 entry into the hash table.
+    // Helper function of InitHashTable() to insert 1 entry into the hash table.
     void AddEntry(const wxEventTableEntry &entry);
     // Allocate and init with null pointers the base hash table.
     void AllocEventTypeTable(size_t size);