]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmltag.cpp
fixed handling of the accelerators of menu items added to already attached submenus
[wxWidgets.git] / src / html / htmltag.cpp
index 5c0a0442a55df08910553efc5e8153bf99eb56e1..f5e93ffa033914e5fe09e94cf0d7f6f554d29b3f 100644 (file)
@@ -458,7 +458,7 @@ bool wxHtmlTag::GetParamAsInt(const wxString& par, int *clr) const
 
 wxString wxHtmlTag::GetAllParams() const
 {
-    // VS: this function is for backward compatiblity only,
+    // VS: this function is for backward compatibility only,
     //     never used by wxHTML
     wxString s;
     size_t cnt = m_ParamNames.GetCount();