Revision: 57024
          http://sourceforge.net/p/brlcad/code/57024
Author:   carlmoore
Date:     2013-08-21 13:20:53 +0000 (Wed, 21 Aug 2013)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/ON_Brep.cpp

Modified: brlcad/trunk/src/conv/step/ON_Brep.cpp
===================================================================
--- brlcad/trunk/src/conv/step/ON_Brep.cpp      2013-08-21 12:37:31 UTC (rev 
57023)
+++ brlcad/trunk/src/conv/step/ON_Brep.cpp      2013-08-21 13:20:53 UTC (rev 
57024)
@@ -365,7 +365,7 @@
     instance_cnt++;
 
      /*
-      * Now that we have the pieces, build thie final complex type from four 
other types:
+      * Now that we have the pieces, build the final complex type from four 
other types:
      */
     const char *entNmArr[5] = {"geometric_representation_context", 
"global_uncertainty_assigned_context",
                               "global_unit_assigned_context", 
"representation_context", "*"};
@@ -578,7 +578,7 @@
        SdaiPath *e_loop_path = (SdaiPath *)edge_loops.at(i)->GetNextMiEntity();
        for (int l = 0; l < loop->TrimCount(); ++l) {
            // FIXME - trims in a loop will not necessarily map back uniquely 
to edge curves for
-           // a given loop.  The Add_Edge approach is inadquate - need to 
rethink this
+           // a given loop.  The Add_Edge approach is inadequate - need to 
rethink this
            int trim_edge = Add_Edge(loop->Trim(l), registry, instance_list, 
&oriented_edges, &edge_curves, &vertex_pnts);
            if (trim_edge >= 0)
                e_loop_path->edge_list_()->AddNode(new 
EntityNode((SDAI_Application_instance *)(oriented_edges.at(trim_edge))));

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