From ff37e9de9ae625597041ca13dd36935976a5cf4c Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 17 Sep 2010 08:58:39 -0500 Subject: [PATCH] MODAPP-456 --- src/include/switch_config.h | 2 +- src/mod/applications/mod_commands/mod_commands.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/switch_config.h b/src/include/switch_config.h index 2281a9bbc1..4115564f56 100644 --- a/src/include/switch_config.h +++ b/src/include/switch_config.h @@ -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. *
  *
diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c
index d87e82047b..febb7f6608 100644
--- a/src/mod/applications/mod_commands/mod_commands.c
+++ b/src/mod/applications/mod_commands/mod_commands.c
@@ -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) {