From e455374a4bbe8d65c81c2ed347f86db48c8d08c8 Mon Sep 17 00:00:00 2001 From: Michael Cerquoni Date: Thu, 17 Jul 2014 09:37:24 -0400 Subject: fix all instances of "non-existant" to "non-existent" (spelling mistakes) thanks Ai Austin for pointing this out. --- .../Scripting/JsonStore/Tests/JsonStoreScriptModuleTests.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/OptionalModules') diff --git a/OpenSim/Region/OptionalModules/Scripting/JsonStore/Tests/JsonStoreScriptModuleTests.cs b/OpenSim/Region/OptionalModules/Scripting/JsonStore/Tests/JsonStoreScriptModuleTests.cs index bfa9937..21e2758 100644 --- a/OpenSim/Region/OptionalModules/Scripting/JsonStore/Tests/JsonStoreScriptModuleTests.cs +++ b/OpenSim/Region/OptionalModules/Scripting/JsonStore/Tests/JsonStoreScriptModuleTests.cs @@ -465,13 +465,13 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore.Tests Assert.That(result, Is.EqualTo(JsonStoreScriptModule.JSON_NODETYPE_VALUE)); } - // Test for non-existant path + // Test for non-existent path { int result = (int)InvokeOp("JsonGetNodeType", storeId, "foo"); Assert.That(result, Is.EqualTo(JsonStoreScriptModule.JSON_NODETYPE_UNDEF)); } - // Test for non-existant store + // Test for non-existent store { UUID fakeStoreId = TestHelpers.ParseTail(0x500); int result = (int)InvokeOp("JsonGetNodeType", fakeStoreId, "."); @@ -898,4 +898,4 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore.Tests public object DummyTestMethod(object o1, object o2, object o3, object o4, object o5) { return null; } } -} \ No newline at end of file +} -- cgit v1.1