[asterisk-commits] trunk r14508 - /trunk/pbx.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Mar 23 14:06:27 MST 2006
Author: kpfleming
Date: Thu Mar 23 15:06:26 2006
New Revision: 14508
URL: http://svn.digium.com/view/asterisk?rev=14508&view=rev
Log:
correct typo
Modified:
trunk/pbx.c
Modified: trunk/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx.c?rev=14508&r1=14507&r2=14508&view=diff
==============================================================================
--- trunk/pbx.c (original)
+++ trunk/pbx.c Thu Mar 23 15:06:26 2006
@@ -3439,7 +3439,7 @@
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;
}
More information about the asterisk-commits
mailing list