Revision: 57062
          http://sourceforge.net/p/brlcad/code/57062
Author:   carlmoore
Date:     2013-08-22 13:26:19 +0000 (Thu, 22 Aug 2013)
Log Message:
-----------
fix spelling and remove trailing blanks

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/boolean.cpp
    brlcad/trunk/src/librt/primitives/hrt/hrt.c

Modified: brlcad/trunk/src/libbrep/boolean.cpp
===================================================================
--- brlcad/trunk/src/libbrep/boolean.cpp        2013-08-22 11:03:37 UTC (rev 
57061)
+++ brlcad/trunk/src/libbrep/boolean.cpp        2013-08-22 13:26:19 UTC (rev 
57062)
@@ -91,7 +91,7 @@
 #if USE_CONNECTIVITY_GRAPH
     // Connectivity graph support
     ON_SimpleArray<TrimmedFace*> m_neighbors;
-    // which parts of its parent's outerloop are used, decribed in multiple
+    // which parts of its parent's outerloop are used, described in multiple
     // pairs of IntersectPoints (multiple intervals)
     ON_ClassArray<std::pair<IntersectPoint, IntersectPoint> > m_parts;
     // which SSI curves are used.

Modified: brlcad/trunk/src/librt/primitives/hrt/hrt.c
===================================================================
--- brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-22 11:03:37 UTC (rev 
57061)
+++ brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-22 13:26:19 UTC (rev 
57062)
@@ -327,7 +327,7 @@
     /**
      * 1.0 stands for the length of zdir vector and 0.25 closely approximates
      * some value which encloses the displacement from upper cusp to highest
-     * point of either lobe in the Z direction 
+     * point of either lobe in the Z direction
      */
     f = hip->zdir[Z] * 1.25;
     stp->st_aradius = stp->st_bradius = sqrt(f);
@@ -397,7 +397,7 @@
 int
 rt_hrt_shot()
 {
-    bu_log("rt_hrt_shot: Not implemented yet!\n"); 
+    bu_log("rt_hrt_shot: Not implemented yet!\n");
     return 6;
 }
 

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to