summaryrefslogtreecommitdiff
path: root/indra/newview/llsettingsvo.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-08-03 16:13:22 -0700
committerRider Linden <rider@lindenlab.com>2018-08-03 16:13:22 -0700
commitb50d546d5ffb520228926ff1f4e6b03c69b3f857 (patch)
tree346b5802686c223d50e6c4e8ba2fb7a8bab4cefc /indra/newview/llsettingsvo.cpp
parentdbbb89a13c99dce50b5c2a124bd3a5ccc23ef7f6 (diff)
MAINT-7699: More robust cap protocol, better support for delete and support for individual tracks, support for setting environment by asset id in the cap
MAINT-7703: Initial flags sent in message protocol for parcels
Diffstat (limited to 'indra/newview/llsettingsvo.cpp')
-rw-r--r--indra/newview/llsettingsvo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsettingsvo.cpp b/indra/newview/llsettingsvo.cpp
index 010b5dec36..e464f3f8ef 100644
--- a/indra/newview/llsettingsvo.cpp
+++ b/indra/newview/llsettingsvo.cpp
@@ -269,7 +269,7 @@ void LLSettingsVOBase::onAssetDownloadComplete(LLVFS *vfs, const LLUUID &asset_i
if (!settings)
{
status = 1;
- LL_WARNS("SETTINGS") << "Unable to creat settings object." << LL_ENDL;
+ LL_WARNS("SETTINGS") << "Unable to create settings object." << LL_ENDL;
}
else
{