mod_rest/mod_rest.lua
changeset 4510 508cb880b163
parent 4507 80912726405d
child 4518 81d0748bff5b
--- a/mod_rest/mod_rest.lua	Tue Mar 09 12:55:42 2021 +0100
+++ b/mod_rest/mod_rest.lua	Tue Mar 09 18:44:35 2021 +0100
@@ -217,7 +217,7 @@
 -- GET → iq-get
 local function parse_request(request, path)
 	if path and request.method == "GET" then
-		-- e.g. /verison/{to}
+		-- e.g. /version/{to}
 		if request.url.query then
 			return parse("application/x-www-form-urlencoded", request.url.query, "iq/"..path);
 		end