From 383d4fa05b9ceccd9fee61767f5d9bf12fd3274f Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Fri, 27 Mar 2009 20:08:44 +0000 Subject: [PATCH] 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 --- apps/app_ices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.