Revision: 56665
          http://sourceforge.net/p/brlcad/code/56665
Author:   carlmoore
Date:     2013-08-07 14:48:37 +0000 (Wed, 07 Aug 2013)
Log Message:
-----------
fix spelling and word usage

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/boolean.cpp

Modified: brlcad/trunk/src/libbrep/boolean.cpp
===================================================================
--- brlcad/trunk/src/libbrep/boolean.cpp        2013-08-07 14:28:10 UTC (rev 
56664)
+++ brlcad/trunk/src/libbrep/boolean.cpp        2013-08-07 14:48:37 UTC (rev 
56665)
@@ -67,7 +67,7 @@
        OUT
     } m_in_out;                // dir is going inside/outside
     int m_pos;         // between curve[m_pos] and curve[m_pos+1]
-                       // after the outerloop is splitted
+                       // after the outerloop is split
 };
 
 
@@ -94,7 +94,7 @@
     //   -1: the input is not a loop
     //   0:  the point is not inside the loop or on boundary
     //   1:  the point is inside the loop or on boundary
-    
+
     if (loop.Count() == 0) {
        bu_log("The input loop is empty.\n");
        return -1;

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to