Revision: 52868
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52868&view=rev
Author:   carlmoore
Date:     2012-10-05 19:32:55 +0000 (Fri, 05 Oct 2012)
Log Message:
-----------
change 'the' to 'as' and fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/nmg/nmg_class.c

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_class.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_class.c   2012-10-05 19:28:50 UTC 
(rev 52867)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_class.c   2012-10-05 19:32:55 UTC 
(rev 52868)
@@ -147,7 +147,7 @@
     }
     /* If eu_rinf == eu->eumate_p, thats OK, this is a dangling face,
      * or a face that has not been fully hooked up yet.
-     * It's OK as long the the orientations both match.
+     * It's OK as long as the orientations both match.
      */
     if (eu->up.lu_p->orientation == eu_rinf->up.lu_p->orientation) {
        if (eu->up.lu_p->orientation == OT_SAME) {
@@ -200,7 +200,7 @@
  * is closer to this edgeuse than the previous neighbor(s) as given
  * in the "closest" structure.
  * If it is, record how close the point is, and whether it is IN, ON, or OUT.
- * The neighor's "p" element will indicate the edgeuse or vertexuse closest.
+ * The neighbor's "p" element will indicate the edgeuse or vertexuse closest.
  *
  * This routine should print everything indented two tab stops.
  *
@@ -826,7 +826,7 @@
        goto out;
     }
 
-    /* we use topology to determing if the vertex is "ON" the
+    /* we use topology to determine if the vertex is "ON" the
      * other shell.
      */
     for (BU_LIST_FOR(vup, vertexuse, &vu->v_p->vu_hd)) {
@@ -1191,7 +1191,7 @@
     if (eu2->vu_p->v_p != eu1->vu_p->v_p) {
        eu2 = eu2->eumate_p;
        if (eu2->vu_p->v_p != eu1->vu_p->v_p)
-           bu_bomb("nmg_2lu_identical() radial edgeuse doesn't share 
verticies\n");
+           bu_bomb("nmg_2lu_identical() radial edgeuse doesn't share 
vertices\n");
     }
 
     lu1 = eu1->up.lu_p;

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