diff options
author | Kim Alvefur <zash@zash.se> | 2020-07-09 02:17:49 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-07-09 02:17:49 +0200 |
commit | b15a51597b6aa5a93b467c75d19ea7e0172561bf (patch) | |
tree | 78c2712bacce02c8424254d60c830ef410f95640 /spec | |
parent | cd300d028561e1761fe13a8ad88bf5ff05327b76 (diff) | |
download | prosody-b15a51597b6aa5a93b467c75d19ea7e0172561bf.tar.gz prosody-b15a51597b6aa5a93b467c75d19ea7e0172561bf.zip |
scansion/prosody.cfg: Fix typo
Diffstat (limited to 'spec')
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index e75bb74f..c3f56108 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -107,7 +107,7 @@ pidfile = "prosody.pid" VirtualHost "localhost" -hide_os_type = true -- absense tested for in version.scs +hide_os_type = true -- absence tested for in version.scs Component "conference.localhost" "muc" storage = "memory" |