summaryrefslogtreecommitdiff
path: root/pbx.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-03-23 21:06:26 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-03-23 21:06:26 +0000
commit4b6ab497c808fcb131b08123c587634f56386ad4 (patch)
tree9e273eaa4d3872e3d9f770e440069dda99690503 /pbx.c
parent2b408e88a932e7531cdef17576073b93dcf04744 (diff)
correct typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx.c')
-rw-r--r--pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 0d94de235..f48ce951e 100644
--- a/pbx.c
+++ b/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;
}