diff options
Diffstat (limited to 'src/mod_muc_admin.erl')
-rw-r--r-- | src/mod_muc_admin.erl | 2 |
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) -> |