提交 ff37e9de authored 作者: Brian West's avatar Brian West

MODAPP-456

上级 59ec8ced
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
/** /**
* @defgroup config Config File Parser * @defgroup config Config File Parser
* @ingroup core1 * @ingroup core1
* This module implements a basic interface and file format parser it may be depricated in favor of database entries * This module implements a basic interface and file format parser it may be deprecated in favor of database entries
* or expanded to tie to external handlers in the future as necessary. * or expanded to tie to external handlers in the future as necessary.
* <pre> * <pre>
* *
......
...@@ -1181,7 +1181,7 @@ SWITCH_STANDARD_API(reload_acl_function) ...@@ -1181,7 +1181,7 @@ SWITCH_STANDARD_API(reload_acl_function)
const char *err; const char *err;
if (cmd && !strcasecmp(cmd, "reloadxml")) { if (cmd && !strcasecmp(cmd, "reloadxml")) {
stream->write_function(stream, "This option is depricated, we now always reloadxml.\n"); stream->write_function(stream, "This option is deprecated, we now always reloadxml.\n");
} }
if (switch_xml_reload(&err) == SWITCH_STATUS_SUCCESS) { if (switch_xml_reload(&err) == SWITCH_STATUS_SUCCESS) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论