summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-09-26 22:39:02 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-09-26 22:39:02 +0300
commit34af8cc936eba7f058bf02819f736f1547c39525 (patch)
tree65fa43c0fe2bb5dd7a92e756bdabdd88c5e12850 /indra/llcommon
parent80066449b9cbee018dd1c874c02579b1cbd3d348 (diff)
get rid of extra LL in help text
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/lua_function.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/lua_function.cpp b/indra/llcommon/lua_function.cpp
index a9f88f3170..33666964f7 100644
--- a/indra/llcommon/lua_function.cpp
+++ b/indra/llcommon/lua_function.cpp
@@ -1150,7 +1150,7 @@ lua_function(check_stop, "check_stop(): ensure that a Lua script responds to vie
* help()
*****************************************************************************/
lua_function(help,
- "LL.help(): list viewer's Lua functions\n"
+ "help(): list viewer's Lua functions\n"
"LL.help(function): show help string for specific function")
{
auto& luapump{ LLEventPumps::instance().obtain("lua output") };
@@ -1210,7 +1210,7 @@ lua_function(help,
*****************************************************************************/
lua_function(
leaphelp,
- "LL.leaphelp(): list viewer's LEAP APIs\n"
+ "leaphelp(): list viewer's LEAP APIs\n"
"LL.leaphelp(api): show help for specific api string name")
{
LLSD request;