mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Fix a typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
pbx.c
2
pbx.c
@@ -299,7 +299,7 @@ static struct pbx_builtin {
|
|||||||
|
|
||||||
{ "SetGlobalVar", pbx_builtin_setglobalvar,
|
{ "SetGlobalVar", pbx_builtin_setglobalvar,
|
||||||
"Set variable to value",
|
"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,
|
{ "SetLanguage", pbx_builtin_setlanguage,
|
||||||
"Sets user language",
|
"Sets user language",
|
||||||
|
Reference in New Issue
Block a user