From 26e703e68a0324e7e5bfd3442f3e424c88dd2c42 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 8 Jan 2021 00:43:37 +0300 Subject: Documentation update started. --- include/magi/request.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/magi/request.h b/include/magi/request.h index 2d998c7..add7931 100644 --- a/include/magi/request.h +++ b/include/magi/request.h @@ -52,7 +52,7 @@ void magi_request_init(struct magi_request *r); void magi_request_free(struct magi_request *r); -/* Get value of form field param (prioritising body) with name. */ +/* Get value of form field param (prioritizing body) with name. */ char *magi_request_param(const struct magi_request *r, const char *name); /* Get value of form field param with name from url. */ char *magi_request_urlparam(const struct magi_request *r, const char *name); -- cgit v1.2.3