mod_log_http: Undo mistake in 456b9f608fcf
authorKim Alvefur <zash@zash.se>
Thu, 21 Jul 2022 18:06:31 +0200
changeset 4981 3bd725430f40
parent 4980 75b6e5df65f9
child 4982 4c8b66da4dec
mod_log_http: Undo mistake in 456b9f608fcf Where'd this "Add" come from?
mod_log_http/mod_log_http.lua
--- 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";