Typos in comments

0.8.2-post-fixes
Diva Canto 2015-09-06 14:57:18 -07:00
parent 3a72e755b9
commit 45046858a1
2 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ namespace OpenSim.Region.PhysicsModule.ODE
/// <param name="req"></param> /// <param name="req"></param>
private void RayCast(ODERayCastRequest req) private void RayCast(ODERayCastRequest req)
{ {
// NOTE: limit ray lenght or collisions will take all avaiable stack space // NOTE: limit ray length or collisions will take all avaiable stack space
// this value may still be too large, depending on machine configuration // this value may still be too large, depending on machine configuration
// of maximum stack // of maximum stack
float len = req.length; float len = req.length;

View File

@ -28,7 +28,7 @@
// changes for varsize regions // changes for varsize regions
// note that raycasts need to have limited range // note that raycasts need to have limited range
// (even in normal regions) // (even in normal regions)
// or aplication thread stack may just blowup // or application thread stack may just blowup
// see RayCast(ODERayCastRequest req) // see RayCast(ODERayCastRequest req)
//#define USE_DRAWSTUFF //#define USE_DRAWSTUFF