From 47b18be8b739056efa6c30811e9ceddaa67993c4 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 27 May 2022 15:26:26 +0200 Subject: [PATCH] Correct spelling mistakes --- lib/URL/Encode.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/URL/Encode.pod b/lib/URL/Encode.pod index 3faf70d..7ebe76b 100644 --- a/lib/URL/Encode.pod +++ b/lib/URL/Encode.pod @@ -21,8 +21,8 @@ This module provides functions to encode and decode strings into and from the C encoding. The C 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