Fix a typo.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253032 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Leif Madsen 16 years ago
parent 13397e9446
commit 6587f0941d

@ -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;
}

Loading…
Cancel
Save