summaryrefslogtreecommitdiff
path: root/pbx.c
diff options
context:
space:
mode:
authorMartin Pycko <martinp@digium.com>2003-11-04 00:16:01 +0000
committerMartin Pycko <martinp@digium.com>2003-11-04 00:16:01 +0000
commit4d5b31e943c73b72e70e5dd2921fdd81a9e0ff82 (patch)
tree9713df07cc2f322d6f859582ab05df173ee719d7 /pbx.c
parent8284ea8b4639f0b4165081cad3ad55035a3c008e (diff)
Fix a typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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",