Subject: | typo in POD |
Hi,
while packaging CGI-Struct-XS for Debian, our automated QA tools called my attention to a typo in the POD, and I'd like to share the patch for inclusion at your convenience:
--- a/lib/CGI/Struct/XS.pm
+++ b/lib/CGI/Struct/XS.pm
@@ -88,7 +88,7 @@
=item C<nullsplit>
-Split input values by C<\\0> characeter, usefull for old CGI libraries
+Split input values by C<\\0> character, useful for old CGI libraries
=item C<dclone>
Florian