[asterisk-commits] mmichelson: branch mmichelson/queue-penalty r94344 - /team/mmichelson/queue-p...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Dec 20 17:35:32 CST 2007


Author: mmichelson
Date: Thu Dec 20 17:35:32 2007
New Revision: 94344

URL: http://svn.digium.com/view/asterisk?view=rev&rev=94344
Log:
Fix a typo


Modified:
    team/mmichelson/queue-penalty/apps/app_queue.c

Modified: team/mmichelson/queue-penalty/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/team/mmichelson/queue-penalty/apps/app_queue.c?view=diff&rev=94344&r1=94343&r2=94344
==============================================================================
--- team/mmichelson/queue-penalty/apps/app_queue.c (original)
+++ team/mmichelson/queue-penalty/apps/app_queue.c Thu Dec 20 17:35:32 2007
@@ -5847,7 +5847,7 @@
 		case CLI_INIT:
 			e->command = "queue rules reload";
 			e->usage = 
-				"Usage: queue rule reload\n"
+				"Usage: queue rules reload\n"
 				"Reloads rules defined in queuerules.conf\n";
 			return NULL;
 		case CLI_GENERATE:




More information about the asterisk-commits mailing list