fix typos introduced by error in r63870 (see #10673)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2010-04-06 22:51:11 +00:00
parent e32454eadc
commit 2febffbac7
3 changed files with 12 additions and 13 deletions

View File

@@ -2665,7 +2665,7 @@ wxString wxFileName::GetHumanReadableSize(const wxULongLong &bs,
biInfix = "i";
// fall through
case wxSIZE_CONV_TRADIONAL:
case wxSIZE_CONV_TRADITIONAL:
multiplier = 1024.;
break;