summaryrefslogtreecommitdiff
path: root/pbx.c
diff options
context:
space:
mode:
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;
}