mod_firewall: Fix typo [codespell]
authorKim Alvefur <zash@zash.se>
Tue, 10 Dec 2019 18:31:26 +0100
changeset 3765 0ae28bf0c546
parent 3764 830a01443a2f
child 3766 74d7e59b3511
mod_firewall: Fix typo [codespell]
mod_firewall/test.lib.lua
--- a/mod_firewall/test.lib.lua	Mon Dec 09 16:51:36 2019 +0100
+++ b/mod_firewall/test.lib.lua	Tue Dec 10 18:31:26 2019 +0100
@@ -66,7 +66,7 @@
 	stderr("");
 	stderr(stats_dropped + stats_passed, "processed");
 	stderr(stats_passed, "passed");
-	stderr(stats_dropped, "droppped");
+	stderr(stats_dropped, "dropped");
 	stderr(line_count, "input lines");
 	stderr("");
 end