Fix typo found by offby1

svn: r13611
This commit is contained in:
Eli Barzilay 2009-02-15 20:26:21 +00:00
parent 4820a0d007
commit ea51547cae

View File

@ -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.}