mod_log_http/mod_log_http.lua
changeset 4981 3bd725430f40
parent 4321 456b9f608fcf
--- a/mod_log_http/mod_log_http.lua	Mon Jul 18 22:47:54 2022 +0200
+++ b/mod_log_http/mod_log_http.lua	Thu Jul 21 18:06:31 2022 +0200
@@ -1,4 +1,4 @@
-Addmodule:set_global();
+module:set_global();
 
 local http = require "net.http";
 local codes = require "net.http.codes";