diff options
author | Michael Cerquoni | 2014-07-17 09:37:24 -0400 |
---|---|---|
committer | Michael Cerquoni | 2014-07-17 09:37:24 -0400 |
commit | e455374a4bbe8d65c81c2ed347f86db48c8d08c8 (patch) | |
tree | 267a65dd7e583f74b7013c06415f6eb6b9419763 /OpenSim/Region/ClientStack/Linden/UDP | |
parent | Change default script stop method to co-op instead of abort. (diff) | |
download | opensim-SC_OLD-e455374a4bbe8d65c81c2ed347f86db48c8d08c8.zip opensim-SC_OLD-e455374a4bbe8d65c81c2ed347f86db48c8d08c8.tar.gz opensim-SC_OLD-e455374a4bbe8d65c81c2ed347f86db48c8d08c8.tar.bz2 opensim-SC_OLD-e455374a4bbe8d65c81c2ed347f86db48c8d08c8.tar.xz |
fix all instances of "non-existant" to "non-existent" (spelling mistakes) thanks Ai Austin for pointing this out.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/Tests/BasicCircuitTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/Tests/BasicCircuitTests.cs b/OpenSim/Region/ClientStack/Linden/UDP/Tests/BasicCircuitTests.cs index 9700224..e9aeffe 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/Tests/BasicCircuitTests.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/Tests/BasicCircuitTests.cs | |||
@@ -233,7 +233,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests | |||
233 | // testLLUDPServer.RemoveClientCircuit(myCircuitCode); | 233 | // testLLUDPServer.RemoveClientCircuit(myCircuitCode); |
234 | // Assert.IsFalse(testLLUDPServer.HasCircuit(myCircuitCode)); | 234 | // Assert.IsFalse(testLLUDPServer.HasCircuit(myCircuitCode)); |
235 | // | 235 | // |
236 | // // Check that removing a non-existant circuit doesn't have any bad effects | 236 | // // Check that removing a non-existent circuit doesn't have any bad effects |
237 | // testLLUDPServer.RemoveClientCircuit(101); | 237 | // testLLUDPServer.RemoveClientCircuit(101); |
238 | // Assert.IsFalse(testLLUDPServer.HasCircuit(101)); | 238 | // Assert.IsFalse(testLLUDPServer.HasCircuit(101)); |
239 | // } | 239 | // } |