summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2016-10-10 13:37:42 -0700
committerGlenn Glazer <coyot@lindenlab.com>2016-10-10 13:37:42 -0700
commitc39b7f2d88f1e345a0a202b9a624d973bc8c97de (patch)
treef450b08e5d082600dcf46a1b79c54696ff2886e1
parent972b0b2f1bfcad32f2a12b613d4a249658895715 (diff)
maint-6633: fix tyop
-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<>