diff mod_log_http/mod_log_http.lua @ 4977:3bd725430f40

mod_log_http: Undo mistake in 456b9f608fcf Where'd this "Add" come from?
author Kim Alvefur <zash@zash.se>
date Thu, 21 Jul 2022 18:06:31 +0200
parents 456b9f608fcf
children
line wrap: on
line diff
--- 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";