aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2019-07-16 22:07:39 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2019-07-16 22:07:39 +0300
commit15b4b3fa1bf97af74c9a2019afc14af2965c66db (patch)
treefb3468029ac30d9d5e422c0e550f927f453a9707 /src/mod_muc_admin.erl
parentAvoid record duplication (diff)
Fix typos using codespell
Diffstat (limited to 'src/mod_muc_admin.erl')
-rw-r--r--src/mod_muc_admin.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc_admin.erl b/src/mod_muc_admin.erl
index beef3bc04..9b95a352e 100644
--- a/src/mod_muc_admin.erl
+++ b/src/mod_muc_admin.erl
@@ -1023,7 +1023,7 @@ get_room_pid(Name, Service) ->
Pid
end.
-%% It is required to put explicitely all the options because
+%% It is required to put explicitly all the options because
%% the record elements are replaced at compile time.
%% So, this can't be parametrized.
change_option(Option, Value, Config) ->