[asterisk-commits] mmichelson: branch group/CCSS r247902 - /team/group/CCSS/main/ccss.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 19 10:37:34 CST 2010
Author: mmichelson
Date: Fri Feb 19 10:37:30 2010
New Revision: 247902
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=247902
Log:
Fix spelling of "transactions".
Modified:
team/group/CCSS/main/ccss.c
Modified: team/group/CCSS/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=247902&r1=247901&r2=247902
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Fri Feb 19 10:37:30 2010
@@ -3987,7 +3987,7 @@
"Usage: cc cancel can be used in two ways.\n"
" 1. 'cc cancel core [core ID]' will cancel the CC transaction with\n"
" core ID equal to the specified core ID.\n"
- " 2. 'cc cancel all' will cancel all active CC transacitons.\n";
+ " 2. 'cc cancel all' will cancel all active CC transactions.\n";
return NULL;
case CLI_GENERATE:
if (a->pos == 2) {
More information about the asterisk-commits
mailing list