1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: spelling mistakes
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-09-02
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=127023
Bug: https://rt.cpan.org/Ticket/Display.html?id=127023
--- a/lib/URL/Encode.pod
+++ b/lib/URL/Encode.pod
@@ -21,8 +21,8 @@
C<application/x-www-form-urlencoded> encoding.
The C<application/x-www-form-urlencoded> format encodes a ordered data
-sets of pairs consisting of a name and a value, with pairs seperated by
-ampersand or semicolon and names and values seperated by the equal sign.
+sets of pairs consisting of a name and a value, with pairs separated by
+ampersand or semicolon and names and values separated by the equal sign.
Space characters are replaced with plus sign and any characters not in
the unreserved character set is encoded using the percent-encoding scheme
also used for resource identifiers. A percent-encoded octet is encoded as
|