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.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@253033
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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;
}