[svn-commits] oej: branch oej/mutestream-trunk r215040 - /team/oej/mutestream-trunk/res/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 31 13:47:02 CDT 2009


Author: oej
Date: Mon Aug 31 13:46:59 2009
New Revision: 215040

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=215040
Log:
Fix a ypo

Modified:
    team/oej/mutestream-trunk/res/res_mutestream.c

Modified: team/oej/mutestream-trunk/res/res_mutestream.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/oej/mutestream-trunk/res/res_mutestream.c?view=diff&rev=215040&r1=215039&r2=215040
==============================================================================
--- team/oej/mutestream-trunk/res/res_mutestream.c (original)
+++ team/oej/mutestream-trunk/res/res_mutestream.c Mon Aug 31 13:46:59 2009
@@ -317,7 +317,7 @@
 "Description: Mute an incoming or outbound audio stream in a channel.\n"
 "Variables: \n"
 "  Channel: <name>           The channel you want to mute.\n"
-"  Direction: in | out |all  The stream you wan to mute.\n"
+"  Direction: in | out |all  The stream you want to mute.\n"
 "  State: on | off           Whether to turn mute on or off.\n"
 "  ActionID: <id>            Optional action ID for this AMI transaction.\n";
 




More information about the svn-commits mailing list