aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorMichael Cerquoni2014-07-17 09:37:24 -0400
committerJustin Clark-Casey2014-08-02 00:54:48 +0100
commit66340824e5d19209d0826c7ce918f918b5a190ec (patch)
treefbe7c91c31fc20344eaf56b73d03db0fd05c0833 /OpenSim/Region/ClientStack
parentUse thread-safe version of .NET Random as the SDK class is not thread-safe. (diff)
downloadopensim-SC_OLD-66340824e5d19209d0826c7ce918f918b5a190ec.zip
opensim-SC_OLD-66340824e5d19209d0826c7ce918f918b5a190ec.tar.gz
opensim-SC_OLD-66340824e5d19209d0826c7ce918f918b5a190ec.tar.bz2
opensim-SC_OLD-66340824e5d19209d0826c7ce918f918b5a190ec.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')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/Tests/BasicCircuitTests.cs2
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// }