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
This commit is contained in:
parent
06f28e5572
commit
e02edc0e6e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user