[svn-commits] lmadsen: branch 1.6.2 r253033 - in /branches/1.6.2: ./ main/xmldoc.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 16 19:41:31 CDT 2010


Author: lmadsen
Date: Tue Mar 16 19:41:28 2010
New Revision: 253033

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=253033
Log:
Merged revisions 253032 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253032 | lmadsen | 2010-03-16 19:40:51 -0500 (Tue, 16 Mar 2010) | 1 line
  
  Fix a typo.
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/xmldoc.c

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

Modified: branches/1.6.2/main/xmldoc.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/main/xmldoc.c?view=diff&rev=253033&r1=253032&r2=253033
==============================================================================
--- branches/1.6.2/main/xmldoc.c (original)
+++ branches/1.6.2/main/xmldoc.c Tue Mar 16 19:41:28 2010
@@ -1717,7 +1717,7 @@
 	node = xmldoc_get_node(type, name, documentation_language);
 
 	if (!node) {
-		ast_log(LOG_WARNING, "Counldn't find %s %s in XML documentation\n", type, name);
+		ast_log(LOG_WARNING, "Couldn't find %s %s in XML documentation\n", type, name);
 		return ret;
 	}
 




More information about the svn-commits mailing list