Revision: 64312
          http://sourceforge.net/p/brlcad/code/64312
Author:   carlmoore
Date:     2015-02-27 15:51:33 +0000 (Fri, 27 Feb 2015)
Log Message:
-----------
remove a trailing blank or tab; fix a spelling; this version is the reverted 
one without my recent changes (that's OK for now)

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/shape_recognition_cylinder.cpp
    brlcad/trunk/src/librt/db5_io.c
    brlcad/trunk/src/librt/test_shape_recognition.cpp
    brlcad/trunk/src/rt/sh_tcl.c
    brlcad/trunk/src/tclscripts/mged/lc.tcl

Modified: brlcad/trunk/src/libbrep/shape_recognition_cylinder.cpp
===================================================================
--- brlcad/trunk/src/libbrep/shape_recognition_cylinder.cpp     2015-02-27 
15:02:37 UTC (rev 64311)
+++ brlcad/trunk/src/libbrep/shape_recognition_cylinder.cpp     2015-02-27 
15:51:33 UTC (rev 64312)
@@ -194,7 +194,7 @@
 
     ON_3dVector hvect(set2_c.Center() - set1_c.Center());
 
-    // Flag the cylinger according to the negative or positive status of the
+    // Flag the cylinder according to the negative or positive status of the
     // cylinder surface.  Whether it is actually subtracted from the
     // global object or unioned into a comb lower down the tree (or vice versa)
     // is determined later.

Modified: brlcad/trunk/src/librt/db5_io.c
===================================================================
--- brlcad/trunk/src/librt/db5_io.c     2015-02-27 15:02:37 UTC (rev 64311)
+++ brlcad/trunk/src/librt/db5_io.c     2015-02-27 15:51:33 UTC (rev 64312)
@@ -930,7 +930,7 @@
            return -1;
     }
 
-    /* ip has already been initialized, and should not be re-inited */
+    /* ip has already been initialized, and should not be re-initialized */
     ret = -1;
     if (id == ID_BINUNIF) {
        /* FIXME: binunif export needs to write out minor_type so

Modified: brlcad/trunk/src/librt/test_shape_recognition.cpp
===================================================================
--- brlcad/trunk/src/librt/test_shape_recognition.cpp   2015-02-27 15:02:37 UTC 
(rev 64311)
+++ brlcad/trunk/src/librt/test_shape_recognition.cpp   2015-02-27 15:51:33 UTC 
(rev 64312)
@@ -31,7 +31,7 @@
     // Accumulate faces in a std::vector, since we don't know how many we're 
going to get
     std::vector<int> all_faces;
 
-    /* Set up an inital comprehensive vertex array that will be used in
+    /* Set up an initial comprehensive vertex array that will be used in
      * the final BoT build - all face definitions will ultimately index
      * into this array */
     point_t *all_verts = (point_t *)bu_calloc(data->brep->m_V.Count(), 
sizeof(point_t), "bot verts");
@@ -57,7 +57,7 @@
         * parameterization to same some work.*/
        point2d_t *verts2d = (point2d_t *)bu_calloc(b_loop->m_ti.Count(), 
sizeof(point2d_t), "bot verts");
 
-       /* The triangulation will use only the points in the temporay verts2d
+       /* The triangulation will use only the points in the temporary verts2d
         * array and return with faces indexed accordingly, so we need a map to
         * translate them back to our final vert array */
        std::map<int, int> local_to_verts;

Modified: brlcad/trunk/src/rt/sh_tcl.c
===================================================================
--- brlcad/trunk/src/rt/sh_tcl.c        2015-02-27 15:02:37 UTC (rev 64311)
+++ brlcad/trunk/src/rt/sh_tcl.c        2015-02-27 15:51:33 UTC (rev 64312)
@@ -51,7 +51,7 @@
 
 /*
  *  Go poke the rgb values of a region, on the fly.
- *  This does not update the inmemory database,
+ *  This does not update the in-memory database,
  *  so any changes will vanish on next re-prep unless other measures
  *  are taken.
  */
@@ -115,7 +115,7 @@
 
 /*
  *  Go poke the rgb values of a region, on the fly.
- *  This does not update the inmemory database,
+ *  This does not update the in-memory database,
  *  so any changes will vanish on next re-prep unless other measures
  *  are taken.
  */

Modified: brlcad/trunk/src/tclscripts/mged/lc.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/lc.tcl     2015-02-27 15:02:37 UTC (rev 
64311)
+++ brlcad/trunk/src/tclscripts/mged/lc.tcl     2015-02-27 15:51:33 UTC (rev 
64312)
@@ -30,7 +30,7 @@
 # reported (i.e. skipped). Skipped duplicates will be those within the
 # specified group, that have the same parent, 'material_id' and 'los'.
 #
-# Option '-r' remove regions from the list in which their parent is
+# Option '-r' removes regions from the list in which their parent is
 # a region and the region is subtracted within the parent. The '-r'
 # option can be combined with any other option.
 #
@@ -398,7 +398,7 @@
     } else {
        # convert columns from 1-5 to 0-4
        set sort_column [expr ($sort_column - 1)]
-       
+
        if { $descending_sort_flag_cnt == 1 } {
            set lines2 [lsort -dictionary -decreasing -index $sort_column 
$lines2]
        } else {

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to