diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 03:16:32 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 03:16:32 +0200 |
commit | eb623c486cc61ac0716fe3c0fdf75d310c0a487b (patch) | |
tree | ff3c78d8b1c9b3cdf76fbd495b2f955f2a06a8d6 /lib/App/Hashl.pm | |
parent | 21df787c85539e149fdcf98155e37d0237105b64 (diff) |
Fix typo in documentation
Diffstat (limited to 'lib/App/Hashl.pm')
-rw-r--r-- | lib/App/Hashl.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Hashl.pm b/lib/App/Hashl.pm index 56c925b..0ffe884 100644 --- a/lib/App/Hashl.pm +++ b/lib/App/Hashl.pm @@ -79,7 +79,7 @@ sub new_from_file { =item $hashl->si_size(I<$bytes>) Returns I<bytes> as a human-readable SI-size, such as "1.0k", "50.7M", "2.1G". -The returned string is always sex characters long. +The returned string is always six characters long. =cut |