From: Kevin P. Fleming Date: Thu, 23 Mar 2006 21:06:26 +0000 (+0000) Subject: correct typo X-Git-Tag: 1.4.0-beta1~2348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b6ab497c808fcb131b08123c587634f56386ad4;p=thirdparty%2Fasterisk.git correct typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14508 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx.c b/pbx.c index 0d94de2351..f48ce951ee 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; }