mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
Fix a typo.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253032 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user