aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-16 02:58:18 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-16 02:58:18 +0000
commit9f592c60af801a1baf7916858626b69d268b86b4 (patch)
treed64aadf9448ebe48489b370f976c365ffb9aa3c3 /include
parent319277d60b92bd74aa213a02824b08ee36450628 (diff)
Fix misspellings of separate (bug #3607)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5034 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/app.h2
-rwxr-xr-xinclude/asterisk/vmodem.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index c3c355854..2761c1ef3 100755
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -95,7 +95,7 @@ int ast_app_group_get_count(char *group, char *category);
int ast_app_group_match_get_count(char *groupmatch, char *category);
/*! Create an argc argv type structure for app args */
-int ast_seperate_app_args(char *buf, char delim, char **array, int arraylen);
+int ast_separate_app_args(char *buf, char delim, char **array, int arraylen);
/*! Present a dialtone and collect a certain length extension. Returns 1 on valid extension entered, -1 on hangup, or 0 on invalid extension. */
int ast_app_dtget(struct ast_channel *chan, const char *context, char *collect, size_t size, int maxlen, int timeout);
diff --git a/include/asterisk/vmodem.h b/include/asterisk/vmodem.h
index 5b9b4d42f..41de8379b 100755
--- a/include/asterisk/vmodem.h
+++ b/include/asterisk/vmodem.h
@@ -111,9 +111,9 @@ struct ast_modem_pvt {
char context[AST_MAX_EXTENSION];
/*! Multiple Subscriber Number */
char msn[AST_MAX_EXTENSION];
- /*! Multiple Subscriber Number we listen to (; seperated list) */
+ /*! Multiple Subscriber Number we listen to (; separated list) */
char incomingmsn[AST_MAX_EXTENSION];
- /*! Multiple Subscriber Number we accept for outgoing calls (; seperated list) */
+ /*! Multiple Subscriber Number we accept for outgoing calls (; separated list) */
char outgoingmsn[AST_MAX_EXTENSION];
/*! Group(s) we belong to if available */
ast_group_t group;