projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8284ea8
)
Fix a typo
author
Martin Pycko
<martinp@digium.com>
Tue, 4 Nov 2003 00:16:01 +0000
(
00:16
+0000)
committer
Martin Pycko
<martinp@digium.com>
Tue, 4 Nov 2003 00:16:01 +0000
(
00:16
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1686
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
pbx.c
patch
|
blob
|
history
diff --git
a/pbx.c
b/pbx.c
index
c29bed7
..
0ed1fd0
100755
(executable)
--- 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",