X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7af3ca164537ce06c7df5f9923a53a0d82e21cd0..e626d7c78771793c08f5c5652f4a2c26f6f196ed:/docs/latex/wx/hashmap.tex?ds=inline diff --git a/docs/latex/wx/hashmap.tex b/docs/latex/wx/hashmap.tex index bcf6f2f87e..916b4dbe4d 100644 --- a/docs/latex/wx/hashmap.tex +++ b/docs/latex/wx/hashmap.tex @@ -27,7 +27,7 @@ whose interface is a subset of the interface of STL containers. h2["Bill"] = "ABC"; wxString tmp = h2["Bill"]; // since element with key "Joe" is not present, this will return - // the devault value, that is an empty string in the case of wxString + // the default value, that is an empty string in the case of wxString MyClass tmp2 = h2["Joe"]; // iterate over all the elements in the class