summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-03-07 01:12:09 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-03-07 01:12:09 +0000
commitbb92e0ec1f2c706772f5225fda60307e68849320 (patch)
tree8cf894abe1f4d04b9667cc93a460dadc5336abd3 /include
parent9756cec53497027625489845418f75cb07c5e62e (diff)
Bug 5702 - Realtime patch for meetme
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12232 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index 2f23f2a43..d7a4e4e83 100644
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -124,7 +124,7 @@ int ast_category_exist(const struct ast_config *config, const char *category_nam
* This will use builtin configuration backends to look up a particular
* entity in realtime and return a variable list of its parameters. Note
* that unlike the variables in ast_config, the resulting list of variables
- * MUST be fred with ast_free_runtime() as there is no container.
+ * MUST be freed with ast_variables_destroy() as there is no container.
*/
struct ast_variable *ast_load_realtime(const char *family, ...);