From: Kevin P. Fleming Date: Thu, 6 Apr 2006 22:15:20 +0000 (+0000) Subject: fix typo X-Git-Tag: 1.2.7~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce8275960effa3cb0b507c8697546c56dffe625f;p=thirdparty%2Fasterisk.git fix typo git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@18089 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 5c9efe99fc..4b90e91d4a 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -71,7 +71,7 @@ static const char *descrip = "one. \n" "User can exit the conference by hangup, or if the 'p' option is specified, by pressing '#'.\n" "Please note: The Zaptel kernel modules and at least one hardware driver (or ztdummy)\n" -" must be present for conferencing to operate properly. In additon, the chan_zap\n" +" must be present for conferencing to operate properly. In addition, the chan_zap\n" " channel driver must be loaded for the 'i' and 'r' options to operate at all.\n\n" "The option string may contain zero or more of the following characters:\n" " 'a' -- set admin mode\n"