Fix a typo.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253032 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Leif Madsen
2010-03-17 00:40:51 +00:00
parent 13397e9446
commit 6587f0941d

View File

@@ -1786,7 +1786,7 @@ static char *xmldoc_build_field(const char *type, const char *name, const char *
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;
}