Revision: 53739
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53739&view=rev
Author:   carlmoore
Date:     2012-11-16 22:52:17 +0000 (Fri, 16 Nov 2012)
Log Message:
-----------
fix spellings

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

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg.c 2012-11-16 22:51:10 UTC (rev 
53738)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg.c 2012-11-16 22:52:17 UTC (rev 
53739)
@@ -1564,7 +1564,7 @@
            g_index = ntohl(*(uint32_t*)(d->g));
            f->g.magic_p = (uint32_t *)ptrs[g_index];
            f->flip = ntohl(*(uint32_t*)(d->flip));
-           /* Enrole this face on fg's list of users */
+           /* Enroll this face on fg's list of users */
            NMG_CK_FACE_G_EITHER(f->g.magic_p);
            INDEXL_HD(d, f, l, f->g.plane_p->f_hd); /* after fu->fg_p set */
            NMG_CK_FACEUSE(f->fu_p);

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c    2012-11-16 22:51:10 UTC 
(rev 53738)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c    2012-11-16 22:52:17 UTC 
(rev 53739)
@@ -8869,7 +8869,7 @@
        bu_bomb("rt_join_cnurbs: Need to raise order of curve\n");
     }
 
-    /* Check that endponts match */
+    /* Check that endpoints match */
     crv = BU_LIST_FIRST(edge_g_cnurb, crv_head);
     ncoords = RT_NURB_EXTRACT_COORDS(crv->pt_type);
     next_crv = BU_LIST_NEXT(edge_g_cnurb, &crv->l);

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to