projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13397e9
)
Fix a typo.
author
Leif Madsen
<leif@leifmadsen.com>
Wed, 17 Mar 2010 00:40:51 +0000
(
00:40
+0000)
committer
Leif Madsen
<leif@leifmadsen.com>
Wed, 17 Mar 2010 00:40:51 +0000
(
00:40
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253032
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/xmldoc.c
patch
|
blob
|
history
diff --git
a/main/xmldoc.c
b/main/xmldoc.c
index
70f5566
..
46be1f0
100644
(file)
--- 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;
}