]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODAPP-456
authorBrian West <brian@freeswitch.org>
Fri, 17 Sep 2010 13:58:39 +0000 (08:58 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 17 Sep 2010 13:58:39 +0000 (08:58 -0500)
src/include/switch_config.h
src/mod/applications/mod_commands/mod_commands.c

index 2281a9bbc1178b0611ebde436afd45ae4c9bdbbc..4115564f56f277720b58c715bd1299dc26447109 100644 (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>
  *
index d87e82047b96953626a51cf093ac39d543779dd5..febb7f660850756cfd9acbfbdb76784a40683609 100644 (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) {