changeset 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 75b6e5df65f9
children 4c8b66da4dec
files mod_log_http/mod_log_http.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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";