Skip to content

Commit

Permalink
Fixing typo: surce => sure
Browse files Browse the repository at this point in the history
  • Loading branch information
psteeve authored and stassats committed Aug 5, 2021
1 parent fe7605a commit 18d7680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18d7680

Please sign in to comment.