mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
fix all instances of "non-existant" to "non-existent" (spelling mistakes) thanks Ai Austin for pointing this out.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -858,7 +858,7 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||
return null;
|
||||
else
|
||||
throw new Exception(
|
||||
String.Format("{0} GetLandObject for non-existant position. Region={1}, pos=<{2},{3}",
|
||||
String.Format("{0} GetLandObject for non-existent position. Region={1}, pos=<{2},{3}",
|
||||
LogHeader, m_scene.RegionInfo.RegionName, x, y)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user