mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
Fix misspellings of separate (bug #3607)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5034 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
app.c
2
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 *));
|
||||
|
||||
Reference in New Issue
Block a user