summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests/llerror_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/tests/llerror_test.cpp')
-rw-r--r--indra/llcommon/tests/llerror_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llerror_test.cpp b/indra/llcommon/tests/llerror_test.cpp
index 404f3e51ae..b5bd6a7c9e 100644
--- a/indra/llcommon/tests/llerror_test.cpp
+++ b/indra/llcommon/tests/llerror_test.cpp
@@ -553,7 +553,7 @@ namespace tut
ensure_equals("order is time location type function message",
message(0),
- roswell() + lcoation + " INFO: " + function + ": apple");
+ roswell() + location + " INFO: " + function + ": apple");
}
template<> template<>