MODAPP-456

This commit is contained in:
Brian West 2010-09-17 08:58:39 -05:00
parent 59ec8ced59
commit ff37e9de9a
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
/**
* @defgroup config Config File Parser
* @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.
* <pre>
*

View File

@ -1181,7 +1181,7 @@ SWITCH_STANDARD_API(reload_acl_function)
const char *err;
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) {