luci-base: fix documentation spelling mistakes in luci.http.protocol
authorJo-Philipp Wich <jo@mein.io>
Mon, 12 Mar 2018 15:04:52 +0000 (16:04 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 12 Mar 2018 15:04:52 +0000 (16:04 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
documentation/api/modules/luci.http.protocol.html
modules/luci-base/luasrc/http/protocol.luadoc

index 57063bbcf92b32a57fc8e0f5f672b133759cd8b6..e6e93ad3d628897d307e2a2332f50cd2b37e60b6 100644 (file)
@@ -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 within 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 within 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.
 
 
index 67a60d9e7a2cd842389c8bc7e3ff143eb4bf1d06..19a0a3419be56f563977f98994fece73002959bf 100644 (file)
@@ -69,7 +69,7 @@ data line by line with the trailing \r\n stripped of.
 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
@@ -92,7 +92,7 @@ with three arguments:
 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.
 @class function
 @name urldecode_message_body