From e455374a4bbe8d65c81c2ed347f86db48c8d08c8 Mon Sep 17 00:00:00 2001 From: Michael Cerquoni Date: Thu, 17 Jul 2014 09:37:24 -0400 Subject: fix all instances of "non-existant" to "non-existent" (spelling mistakes) thanks Ai Austin for pointing this out. --- OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/CoreModules/World') diff --git a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs index 0276b63..55ef61d 100644 --- a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs +++ b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs @@ -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) ); } -- cgit v1.1