[svn-commits] seanbright: branch 1.6.0 r193334 - in /branches/1.6.0: ./ funcs/func_devstate.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri May 8 10:36:18 CDT 2009


Author: seanbright
Date: Fri May  8 10:36:14 2009
New Revision: 193334

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=193334
Log:
Merged revisions 193274 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r193274 | seanbright | 2009-05-08 11:18:40 -0400 (Fri, 08 May 2009) | 2 lines
  
  Fix the spelling of UNAVAILABLE in func_devstate CLI completion.
........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/funcs/func_devstate.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/funcs/func_devstate.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.0/funcs/func_devstate.c?view=diff&rev=193334&r1=193333&r2=193334
==============================================================================
--- branches/1.6.0/funcs/func_devstate.c (original)
+++ branches/1.6.0/funcs/func_devstate.c Fri May  8 10:36:14 2009
@@ -247,7 +247,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 svn-commits mailing list