Package: basez
Version: 1.6.2-1
Severity: minor
Tags: patch

--
Jakub Wilk
--- a/basez.1
+++ b/basez.1
@@ -57,7 +57,7 @@ with equal sign end padding. Appearance
 end of the encoded steam can be avoided by encoding data of size divisible
 by 5. Base32 decoding is case insensitive.
 .PP
-Base32hex encoding works the same way as base32 but witn an alternative
+Base32hex encoding works the same way as base32 but with an alternative
 character\-set [0\-9a\-v] to preserve the encoded data sort order.
 This encoding should not be confused with base32.
 .PP
--- a/basez.c
+++ b/basez.c
@@ -509,7 +509,7 @@ APPNAME
 "by 5. Base32 decoding is case insensitive.\n"
   );
   puts(
-"Base32hex encoding works the same way as base32 but witn an alternative \n"
+"Base32hex encoding works the same way as base32 but with an alternative \n"
 "character-set [0-9a-v] to preserve the encoded data sort order. \n"
 "This encoding should not be confused with base32.\n"
   );

Reply via email to