From ad61664d2a42fee47e4a76df11be32a0e756d5d2 Mon Sep 17 00:00:00 2001 From: steevenson paul Date: Thu, 5 Aug 2021 10:15:04 +0200 Subject: [PATCH] Fixing typo: surce => sure --- request.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/request.lisp b/request.lisp index 5ae55b5..74686e7 100644 --- a/request.lisp +++ b/request.lisp @@ -285,7 +285,7 @@ alist or NIL if there was no data or the data could not be parsed." nil))) (defun maybe-read-post-parameters (&key (request *request*) force external-format) - "Make surce that any POST parameters in the REQUEST are parsed. The + "Make sure that any POST parameters in the REQUEST are parsed. The body of the request must be either application/x-www-form-urlencoded or multipart/form-data to be considered as containing POST parameters. If FORCE is true, parsing is done unconditionally. Otherwise, parsing