From 61ad58310beb7f56c5367e58131620e660194af4 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 12 Sep 2015 02:21:27 +0100 Subject: fix the typos that seem to matter so much to some :p --- OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs') diff --git a/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs b/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs index 80f0fcf..743a6f6 100644 --- a/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs +++ b/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs @@ -225,7 +225,7 @@ namespace OpenSim.Region.PhysicsModule.ODE /// private void RayCast(ODERayRequest req) { - // limit ray lenght or collisions will take all avaiable stack space + // limit ray length or collisions will take all avaiable stack space float len = req.length; if (len > 250f) len = 250f; -- cgit v1.1