]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filename.cpp
fix typos introduced by error in r63870 (see #10673)
[wxWidgets.git] / src / common / filename.cpp
index 8fa76ef7bf9f644a3b271d4594af31366501e8f5..5c457be39cddcce455f7d1770a0b30b3e284f057 100644 (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;