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

@@ -1529,7 +1529,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
else
{
// The destination region just doesn't exist
failureReason = "Cannot cross into non-existant region";
failureReason = "Cannot cross into non-existent region";
}
if (neighbourRegion == null)