Revision: 52973
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52973&view=rev
Author:   carlmoore
Date:     2012-10-10 19:50:49 +0000 (Wed, 10 Oct 2012)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/brep/brep.cpp

Modified: brlcad/trunk/src/librt/primitives/brep/brep.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/brep/brep.cpp     2012-10-10 19:46:13 UTC 
(rev 52972)
+++ brlcad/trunk/src/librt/primitives/brep/brep.cpp     2012-10-10 19:50:49 UTC 
(rev 52973)
@@ -1151,7 +1151,7 @@
     /*
      * DDR.  The utah people are using this t_min which represents the
      * last point hit along the ray to ensure we are looking at points
-     * futher down the ray.  I haven't implemented this I'm not sure
+     * further down the ray.  I haven't implemented this I'm not sure
      * we need it
      *
      * if (converged && (t > 1.e-2) && (t < t_min) && (!utah_isTrimmed(ouv, 
face))) hit = true;
@@ -3464,7 +3464,7 @@
            delete curve_pt;
        } else if (loop[k]->CVCount() == 2) {
            // A closed curve with two control points
-           // TODO: Sometimes we need a sigular trim.
+           // TODO: Sometimes we need a singular trim.
            ON_3dPointArray ptarray(101);
            for (int l = 0; l <= 100; l++) {
                ON_3dPoint pt2d;

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