summaryrefslogtreecommitdiff
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2009-02-17 20:50:03 +0000
committerOlle Johansson <oej@edvina.net>2009-02-17 20:50:03 +0000
commit47913cab6d88937ca4b252b1a3f43a26d1d1d83e (patch)
tree6721172ef0ff08fb6a37fbcece95254d915ffa9a /include/asterisk/config.h
parent4ec301360cdd84be911b06cd0adda2459d66bc6e (diff)
Typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@176631 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/config.h')
-rw-r--r--include/asterisk/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index b1177317c..cf1b08d5c 100644
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -257,10 +257,11 @@ int ast_realtime_require_field(const char *family, ...) attribute_sentinel;
/*!
* \brief Retrieve realtime configuration
* \param family which family/config to lookup
+ *
* This will use builtin configuration backends to look up a particular
* entity in realtime and return a variable list of its parameters. Unlike
* the ast_load_realtime, this function can return more than one entry and
- * is thus stored inside a taditional ast_config structure rather than
+ * is thus stored inside a traditional ast_config structure rather than
* just returning a linked list of variables.
*
* Note that you should use the constant SENTINEL to terminate arguments, in