mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
correct typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
pbx.c
2
pbx.c
@@ -3439,7 +3439,7 @@ static int handle_set_global(int fd, int argc, char *argv[])
|
||||
return RESULT_SHOWUSAGE;
|
||||
|
||||
pbx_builtin_setvar_helper(NULL, argv[2], argv[3]);
|
||||
ast_cli(fd, "\n -- Global variables %s set to %s\n", argv[2], argv[3]);
|
||||
ast_cli(fd, "\n -- Global variable %s set to %s\n", argv[2], argv[3]);
|
||||
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user