summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/xmldoc.c2
1 files changed, 1 insertions, 1 deletions
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;
}