summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2017-10-29 15:39:21 +0800
committerGitHub <noreply@github.com>2017-10-29 15:39:21 +0800
commit0167394a1048fc182f949ddf5f26da2fa1e185b4 (patch)
tree7a11884deb453cd7bad3e7fa969aa53fc9fe814b /modules/luci-base
parentf9076969726109f613666af9a21125e6bd01c9dd (diff)
Fix typos in luci-base/luasrc/http/protocol.lua
Diffstat (limited to 'modules/luci-base')
-rw-r--r--modules/luci-base/luasrc/http/protocol.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-base/luasrc/http/protocol.lua b/modules/luci-base/luasrc/http/protocol.lua
index 061c6ad54..0a8b2fbab 100644
--- a/modules/luci-base/luasrc/http/protocol.lua
+++ b/modules/luci-base/luasrc/http/protocol.lua
@@ -264,7 +264,7 @@ function header_source( sock )
end
-- 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
@@ -433,7 +433,7 @@ function mimedecode_message_body( src, msg, filecb )
end
-- 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.
function urldecode_message_body( src, msg )