From: Michael Jerris Date: Tue, 15 Jan 2008 16:41:00 +0000 (+0000) Subject: fix spelling error. If you are using conference events over event socket, you will... X-Git-Tag: v1.0-rc1~669 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4385bb83db000a8e1edac297d1543ce47f3fec0d;p=thirdparty%2Ffreeswitch.git fix spelling error. If you are using conference events over event socket, you will need to fix your code as well. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7239 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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