summaryrefslogtreecommitdiff
path: root/indra/newview/llsyntaxid.cpp
diff options
context:
space:
mode:
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");