From: Leif Madsen Date: Fri, 27 Mar 2009 20:08:44 +0000 (+0000) Subject: Fix a typo in app_ices. X-Git-Tag: 11.0.0-beta1~5163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383d4fa05b9ceccd9fee61767f5d9bf12fd3274f;p=thirdparty%2Fasterisk.git Fix a typo in app_ices. (closes issue #14765) Reported by: timeshell Patches: app_ices.svn-1.6.0.diff uploaded by timeshell (license 399) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@184801 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_ices.c b/apps/app_ices.c index 4126ad7e95..c5bc315d46 100644 --- a/apps/app_ices.c +++ b/apps/app_ices.c @@ -58,7 +58,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Streams to an icecast server using ices (available separately). A configuration file must be supplied for ices (see contrib/asterisk-ices.xml). - ICES version 2 cient and server required. + ICES version 2 client and server required.