aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-04 00:16:01 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-04 00:16:01 +0000
commit37f9ebf40303cde05fc3e502003ab8d8fd6ad696 (patch)
tree9713df07cc2f322d6f859582ab05df173ee719d7 /pbx.c
parent8744741c103cf65b6688f6963a7a55e296399c27 (diff)
Fix a typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1686 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index c29bed7cf..0ed1fd07d 100755
--- a/pbx.c
+++ b/pbx.c
@@ -299,7 +299,7 @@ static struct pbx_builtin {
{ "SetGlobalVar", pbx_builtin_setglobalvar,
"Set variable to value",
-" Setvar(#n=value): Sets global variable n to value" },
+" SetGlobalVar(#n=value): Sets global variable n to value" },
{ "SetLanguage", pbx_builtin_setlanguage,
"Sets user language",