summaryrefslogtreecommitdiff
path: root/indra/newview/llsyntaxid.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2026-05-05 11:05:11 -0700
committerRider Linden <rider@lindenlab.com>2026-05-05 11:05:11 -0700
commita453db20bb49193806fb0cafeb4d50db4a16abe4 (patch)
tree13e05998311f4124bbfe19e363d16a18e2613591 /indra/newview/llsyntaxid.cpp
parent369cc5b69fba00920736c0a5e7895e5f9d24019e (diff)
Update to new lsl-definitions
Diffstat (limited to 'indra/newview/llsyntaxid.cpp')
-rw-r--r--indra/newview/llsyntaxid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsyntaxid.cpp b/indra/newview/llsyntaxid.cpp
index 6670809c85..9c1a0ef403 100644
--- a/indra/newview/llsyntaxid.cpp
+++ b/indra/newview/llsyntaxid.cpp
@@ -45,7 +45,7 @@ namespace
const std::string SYNTAX_DEF_CAPABILITY_NAME = "ScriptDefinitions";
const std::string SYNTAX_ID_SIMULATOR_FEATURE = "LSLSyntaxId";
const std::string FILENAME_INTERNAL_LSL = "lsl_keywords.xml";
- const std::string FILENAME_INTERNAL_LUA = "slua_keywords.xml";
+ const std::string FILENAME_INTERNAL_LUA = "lua_keywords.xml";
constexpr U32 LLSD_SYNTAX_LSL_VERSION_EXPECTED = 2;
const std::string LLSD_SYNTAX_LSL_VERSION_KEY("llsd-lsl-syntax-version");