[asterisk-commits] seanbright: trunk r193274 - /trunk/funcs/func_devstate.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri May 8 10:18:44 CDT 2009
Author: seanbright
Date: Fri May 8 10:18:40 2009
New Revision: 193274
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=193274
Log:
Fix the spelling of UNAVAILABLE in func_devstate CLI completion.
Modified:
trunk/funcs/func_devstate.c
Modified: trunk/funcs/func_devstate.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/funcs/func_devstate.c?view=diff&rev=193274&r1=193273&r2=193274
==============================================================================
--- trunk/funcs/func_devstate.c (original)
+++ trunk/funcs/func_devstate.c Fri May 8 10:18:40 2009
@@ -256,7 +256,7 @@
case CLI_GENERATE:
{
static char * const cmds[] = { "UNKNOWN", "NOT_INUSE", "INUSE", "BUSY",
- "UNAVAILALBE", "RINGING", "RINGINUSE", "ONHOLD", NULL };
+ "UNAVAILABLE", "RINGING", "RINGINUSE", "ONHOLD", NULL };
if (a->pos == e->args + 1)
return ast_cli_complete(a->word, cmds, a->n);
More information about the asterisk-commits
mailing list