diff --git a/src/mod_muc_rtbl.erl b/src/mod_muc_rtbl.erl index 93e13fbb3..e6ff9356b 100644 --- a/src/mod_muc_rtbl.erl +++ b/src/mod_muc_rtbl.erl @@ -26,7 +26,7 @@ -author("pawel@process-one.net"). -behaviour(gen_mod). --behavior(gen_server). +-behaviour(gen_server). -include_lib("xmpp/include/xmpp.hrl"). -include("logger.hrl").