fix all instances of "non-existant" to "non-existent" (spelling mistakes) thanks Ai Austin for pointing this out.

This commit is contained in:
Michael Cerquoni
2014-07-17 09:37:24 -04:00
parent 8cd7ca568d
commit e455374a4b
5 changed files with 8 additions and 8 deletions

View File

@@ -233,7 +233,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
// testLLUDPServer.RemoveClientCircuit(myCircuitCode);
// Assert.IsFalse(testLLUDPServer.HasCircuit(myCircuitCode));
//
// // Check that removing a non-existant circuit doesn't have any bad effects
// // Check that removing a non-existent circuit doesn't have any bad effects
// testLLUDPServer.RemoveClientCircuit(101);
// Assert.IsFalse(testLLUDPServer.HasCircuit(101));
// }