Revision: 52963
http://brlcad.svn.sourceforge.net/brlcad/?rev=52963&view=rev
Author: carlmoore
Date: 2012-10-10 17:13:07 +0000 (Wed, 10 Oct 2012)
Log Message:
-----------
fix spellings, including 'loopuses'
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/nmg/nmg_extrude.c
Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_extrude.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_extrude.c 2012-10-10 17:11:55 UTC
(rev 52962)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_extrude.c 2012-10-10 17:13:07 UTC
(rev 52963)
@@ -346,7 +346,7 @@
/* skip this checking until we get by the first edgeuse */
if (edges) {
- /* Are we back to the begining? */
+ /* Are we back to the beginning? */
if (eu->vu_p->v_p == start_eu->vu_p->v_p) {
/* done with this loop */
done = 1;
@@ -422,7 +422,7 @@
* the other loopuse. this is continued until the original edgeuse is
* encountered.
*
- * If overlapping loops are found, new loopsuses are created and the
+ * If overlapping loops are found, new loopuses are created and the
* original loopuses are killed
*/
void
@@ -814,7 +814,7 @@
*
* Clean up after nmg_extrude_shell. intersects each face with every
* other face in the shell and makes new face boundaries at the
- * intersections. decomposes the result into seperate shells. where
+ * intersections. decomposes the result into separate shells. where
* faces have intersected, new shells will be created. These shells
* are detected and killed
*/
@@ -1234,7 +1234,7 @@
old_r = s->r_p;
NMG_CK_REGION(old_r);
- /* decompose this shell and extrude each piece seperately */
+ /* decompose this shell and extrude each piece separately */
new_r = nmg_mrsv(m);
s_tmp = BU_LIST_FIRST(shell, &new_r->s_hd);
(void)nmg_mv_shell_to_region(s, new_r);
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