]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo in wxFileName::GetHumanReadableSize docs.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 25 Jan 2011 08:15:55 +0000 (08:15 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 25 Jan 2011 08:15:55 +0000 (08:15 +0000)
Closes #12898.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/filename.h

index c491cc4cb95b5c6c5e272b6a8eed09100d110217..5548f04f97d3936961b90038fd3e6bbec512d82f 100644 (file)
@@ -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.