aboutsummaryrefslogtreecommitdiffstats
path: root/app.c
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 /app.c
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 'app.c')
-rwxr-xr-xapp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.c b/app.c
index da7e71f75..8cc7af17e 100755
--- a/app.c
+++ b/app.c
@@ -1053,7 +1053,7 @@ int ast_app_group_match_get_count(char *groupmatch, char *category)
return count;
}
-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)
{
int x = 0;
memset(array, 0, arraylen * sizeof(char *));