/**
* @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>
*
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) {