Mercurial > prosody-modules
changeset 3761:0ae28bf0c546
mod_firewall: Fix typo [codespell]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 10 Dec 2019 18:31:26 +0100 |
parents | 830a01443a2f |
children | 74d7e59b3511 |
files | mod_firewall/test.lib.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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