Revision: 52922
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52922&view=rev
Author:   carlmoore
Date:     2012-10-09 21:43:45 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/metaball/metaball.c

Modified: brlcad/trunk/src/librt/primitives/metaball/metaball.c
===================================================================
--- brlcad/trunk/src/librt/primitives/metaball/metaball.c       2012-10-09 
21:21:52 UTC (rev 52921)
+++ brlcad/trunk/src/librt/primitives/metaball/metaball.c       2012-10-09 
21:43:45 UTC (rev 52922)
@@ -229,7 +229,7 @@
     nmb->finalstep = /*stp->st_aradius * */minfstr / 1e5;
 
     /* generate a bounding box around the sphere...
-     * XXX this can be optimized greatly to reduce the BSP presense... */
+     * XXX this can be optimized greatly to reduce the BSP presence... */
     if (rt_metaball_bbox(ip, &(stp->st_min), &(stp->st_max), &rtip->rti_tol)) 
return 1;
     stp->st_specific = (void *)nmb;
     return 0;
@@ -445,7 +445,7 @@
                        STEPIN(in)
                        fhin = 1;
                        BU_LIST_INSERT(&(seghead->l), &(segp->l));
-                       /* reset the ray-walk shtuff */
+                       /* reset the ray-walk stuff */
                        mb_stat = 1;
                        VADD2(p, p, inc);       /* set p to a point inside */
                        step = mb->initstep;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to