summaryrefslogtreecommitdiffhomepage
path: root/documentation/api/modules/luci.http.protocol.html
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2016-03-28 21:18:36 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2016-03-28 21:18:36 +0300
commit0a1f44c293231c64c3ceb352637a5c3584fba50c (patch)
tree9843e8c7aff896e7b29f2418cb1fc793bffaa015 /documentation/api/modules/luci.http.protocol.html
parent5b79e62c0a99bab8dfb8dce8124d9fecc11da54b (diff)
parent6f7b8e3f5bc0eaea00f479d6197d5381970ecff1 (diff)
Merge pull request #689 from stweil/master
Fix some typos found by codespell
Diffstat (limited to 'documentation/api/modules/luci.http.protocol.html')
-rw-r--r--documentation/api/modules/luci.http.protocol.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/api/modules/luci.http.protocol.html b/documentation/api/modules/luci.http.protocol.html
index 1d45acede6..57063bbcf9 100644
--- a/documentation/api/modules/luci.http.protocol.html
+++ b/documentation/api/modules/luci.http.protocol.html
@@ -341,7 +341,7 @@ Ltn12 source function
Decode a mime encoded http message body with multipart/form-data
Content-Type. Stores all extracted data associated with its parameter name
-in the params table withing the given message object. Multiple parameter
+in the params table within the given message object. Multiple parameter
values are stored as tables, ordinary ones as strings.
If an optional file callback function is given then it is feeded with the
file contents chunk by chunk and only the extracted file name is stored
@@ -556,7 +556,7 @@ The decoded string
Decode an urlencoded http message body with application/x-www-urlencoded
Content-Type. Stores all extracted data associated with its parameter name
-in the params table withing the given message object. Multiple parameter
+in the params table within the given message object. Multiple parameter
values are stored as tables, ordinary ones as strings.