Mercurial > prosody-modules
comparison mod_firewall/test.lib.lua @ 3761:0ae28bf0c546
mod_firewall: Fix typo [codespell]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 10 Dec 2019 18:31:26 +0100 |
| parents | 668447566edf |
| children | 001c756ead7d |
comparison
equal
deleted
inserted
replaced
| 3760:830a01443a2f | 3761:0ae28bf0c546 |
|---|---|
| 64 stderr("Summary"); | 64 stderr("Summary"); |
| 65 stderr("-------"); | 65 stderr("-------"); |
| 66 stderr(""); | 66 stderr(""); |
| 67 stderr(stats_dropped + stats_passed, "processed"); | 67 stderr(stats_dropped + stats_passed, "processed"); |
| 68 stderr(stats_passed, "passed"); | 68 stderr(stats_passed, "passed"); |
| 69 stderr(stats_dropped, "droppped"); | 69 stderr(stats_dropped, "dropped"); |
| 70 stderr(line_count, "input lines"); | 70 stderr(line_count, "input lines"); |
| 71 stderr(""); | 71 stderr(""); |
| 72 end | 72 end |
