From 6587f0941d637943cb860d3c540a67ddce60bee8 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Wed, 17 Mar 2010 00:40:51 +0000 Subject: Fix a typo. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253032 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/xmldoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/xmldoc.c b/main/xmldoc.c index 70f5566f5..46be1f0e8 100644 --- a/main/xmldoc.c +++ b/main/xmldoc.c @@ -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; } -- cgit v1.2.3