diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index f2b9cff6b2..ffb27a8819 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -44,7 +44,7 @@ static int EC = 0; /* Size to allocate for audio buffers */ #define CONF_BUFFER_SIZE 1024 * 128 -#define CONF_EVENT_MAINT "conference::maintenence" +#define CONF_EVENT_MAINT "conference::maintenance" #define CONF_DEFAULT_LEADIN 20 #define CONF_DBLOCK_SIZE CONF_BUFFER_SIZE