diff options
author | Ave <ave@ave.zone> | 2018-11-07 14:44:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-07 14:44:27 +0300 |
commit | d11d9db3d634ff82910da2e5cc0435e55d1a0e41 (patch) | |
tree | 12588fd19346d45a198282081536a934ca29a685 | |
parent | Fix tiny typo in configuration file (diff) |
Fix another typo in ejabberd.yml
-rw-r--r-- | config/ejabberd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ejabberd.yml b/config/ejabberd.yml index bfdd4e9b6..523c75ab5 100644 --- a/config/ejabberd.yml +++ b/config/ejabberd.yml @@ -590,7 +590,7 @@ modules: access_createnode: pubsub_createnode ## reduces resource consumption, but XEP incompliant ignore_pep_from_offline: true - ## XEP compliant, but increases resource comsumption + ## XEP compliant, but increases resource consumption ## ignore_pep_from_offline: false last_item_cache: false plugins: |