Software /
code /
prosody
Diff
plugins/mod_tls.lua @ 11727:f3aee8a825cc
Fix various spelling errors (thanks codespell)
Also special thanks to timeless, for wordlessly reminding me to check
for typos.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 27 Jul 2021 00:13:18 +0200 |
parent | 11580:9ad5ec65132d |
child | 11766:6ad335cd43f9 |
line wrap: on
line diff
--- a/plugins/mod_tls.lua Sun Jul 25 18:58:25 2021 +0200 +++ b/plugins/mod_tls.lua Tue Jul 27 00:13:18 2021 +0200 @@ -134,7 +134,7 @@ return true; end); --- Advertize stream feature +-- Advertise stream feature module:hook("stream-features", function(event) local origin, features = event.origin, event.features; if can_do_tls(origin) then