From ea51547caee781b249baab9d0442f352afa73932 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 15 Feb 2009 20:26:21 +0000 Subject: [PATCH] Fix typo found by offby1 svn: r13611 --- collects/net/scribblings/uri-codec.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/net/scribblings/uri-codec.scrbl b/collects/net/scribblings/uri-codec.scrbl index 22e30fc6eb..824dd3804a 100644 --- a/collects/net/scribblings/uri-codec.scrbl +++ b/collects/net/scribblings/uri-codec.scrbl @@ -98,7 +98,7 @@ Encode a string using the @tt{application/x-www-form-urlencoded} encoding rules. The result string contains no non-ASCII characters.} -@defproc[(form-urlencoded-deecode [str string?]) string?]{ +@defproc[(form-urlencoded-decode [str string?]) string?]{ Decode a string encoded using the @tt{application/x-www-form-urlencoded} encoding rules.}