From: Dimitri Schoolwerth Date: Tue, 25 Jan 2011 08:15:55 +0000 (+0000) Subject: Fixed typo in wxFileName::GetHumanReadableSize docs. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e02edc0e6ece01b0301164b57c9f6b76c66fdd5b Fixed typo in wxFileName::GetHumanReadableSize docs. Closes #12898. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/filename.h b/interface/wx/filename.h index c491cc4cb9..5548f04f97 100644 --- a/interface/wx/filename.h +++ b/interface/wx/filename.h @@ -557,7 +557,7 @@ public: units for multiples of 1024 is used, i.e. returned string will use suffixes of B, KB, MB, GB, TB for bytes, kilobytes, megabytes, gigabytes and terabytes respectively. With the IEC convention the names - of the units are changed to B, KiB, MiB, GiB and TiB fofr bytes, + of the units are changed to B, KiB, MiB, GiB and TiB for bytes, kibibytes, mebibyes, gibibytes and tebibytes. Finally, with SI convention the same B, KB, MB, GB and TB suffixes are used but in their correct SI meaning, i.e. as multiples of 1000 and not 1024.