Revision: 52952
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52952&view=rev
Author:   carlmoore
Date:     2012-10-10 16:51:28 +0000 (Wed, 10 Oct 2012)
Log Message:
-----------
fix spellings

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

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_ck.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_ck.c      2012-10-10 15:40:52 UTC 
(rev 52951)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_ck.c      2012-10-10 16:51:28 UTC 
(rev 52952)
@@ -345,7 +345,7 @@
            case OT_SAME        : break;
            case OT_OPPOSITE: break;
            case OT_UNSPEC      : break;
-           default             : bu_bomb("nmg_veu() unknown loopuse 
orintation\n");
+           default             : bu_bomb("nmg_veu() unknown loopuse 
orientation\n");
                break;
        }
 
@@ -431,7 +431,7 @@
            case OT_BOOLPLACE:  break;
            default:
                bu_log("lu=x%x, orientation=%d\n", lu, lu->orientation);
-               bu_bomb("nmg_vlu() unknown loopuse orintation\n");
+               bu_bomb("nmg_vlu() unknown loopuse orientation\n");
                break;
        }
        if (lu->lumate_p->orientation != lu->orientation)
@@ -546,7 +546,7 @@
                bu_bomb("nmg_vfu() faceuse of \"OPPOSITE\" orientation has mate 
that is not \"SAME\" orientation\n");
                break;
            case OT_UNSPEC      : break;
-           default             : bu_bomb("nmg_vfu() unknown faceuse 
orintation\n"); break;
+           default             : bu_bomb("nmg_vfu() unknown faceuse 
orientation\n"); break;
        }
 
        NMG_CK_FACE(fu->f_p);
@@ -753,7 +753,7 @@
     }
 
     if (*eu->eumate_p->up.magic_p != *eu->up.magic_p) {
-       bu_strlcat(errstr, "nmg_ck_eu() eumate has differnt kind of parent\n", 
len);
+       bu_strlcat(errstr, "nmg_ck_eu() eumate has different kind of parent\n", 
len);
        bu_bomb(errstr);
     }
     if (*eu->up.magic_p == NMG_SHELL_MAGIC) {
@@ -1039,7 +1039,7 @@
 /** N M G _ C K _ E G _ V E R T S
  *
  * Check if vertices from edgeuses using this edge geometry
- * actually lie on the edge geomatry.
+ * actually lie on the edge geometry.
  *
  * "eg" must be LSEG
  * returns number of vertices not on edge line
@@ -1196,7 +1196,7 @@
  * N M G _ C K _ L U E U
  *
  * check all the edgeuses of a loopuse to make sure these children
- * know who thier parent really is.
+ * know who their parent really is.
  */
 void
 nmg_ck_lueu(const struct loopuse *cklu, const char *s)

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