From ce8275960effa3cb0b507c8697546c56dffe625f Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 6 Apr 2006 22:15:20 +0000 Subject: [PATCH] fix typo git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@18089 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_meetme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"