summaryrefslogtreecommitdiff
path: root/app.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-02-16 02:58:18 +0000
committerMark Spencer <markster@digium.com>2005-02-16 02:58:18 +0000
commitf9222e7e4b07c72b89fd8681d6ef3f865759b1a0 (patch)
treed64aadf9448ebe48489b370f976c365ffb9aa3c3 /app.c
parentad3558498fac962fed1ece5d109cd58c7733ac53 (diff)
Fix misspellings of separate (bug #3607)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5034 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 *));