Revision: 52968
http://brlcad.svn.sourceforge.net/brlcad/?rev=52968&view=rev
Author: carlmoore
Date: 2012-10-10 17:19:11 +0000 (Wed, 10 Oct 2012)
Log Message:
-----------
fix spellings
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/nmg/nmg_bool.c
Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_bool.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_bool.c 2012-10-10 17:18:03 UTC
(rev 52967)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_bool.c 2012-10-10 17:19:11 UTC
(rev 52968)
@@ -726,7 +726,7 @@
debug_file_count++;
if (rt_g.NMG_debug & DEBUG_VERIFY) {
- /* Sometimes the tessllations of non-participating regions
+ /* Sometimes the tessellations of non-participating regions
* are damaged during a boolean operation. Check everything.
*/
nmg_vmodel(m);
@@ -786,7 +786,7 @@
}
if (rt_g.NMG_debug & DEBUG_VERIFY) {
- /* Sometimes the tessllations of non-participating regions
+ /* Sometimes the tessellations of non-participating regions
* are damaged during a boolean operation. Check everything.
*/
nmg_vmodel(m);
@@ -847,7 +847,7 @@
(void)nmg_kill_cracks(sA);
(void)nmg_kill_cracks(sB);
- /* eliminate unecessary breaks in edges */
+ /* eliminate unnecessary breaks in edges */
(void)nmg_simplify_shell_edges(sA, tol);
(void)nmg_simplify_shell_edges(sB, tol);
@@ -856,7 +856,7 @@
(void)nmg_edge_fuse(&m->magic, tol);
if (rt_g.NMG_debug & DEBUG_VERIFY) {
- /* Sometimes the tessllations of non-participating regions
+ /* Sometimes the tessellations of non-participating regions
* are damaged during a boolean operation. Check everything.
*/
nmg_vmodel(m);
@@ -887,7 +887,7 @@
}
if (rt_g.NMG_debug & DEBUG_VERIFY) {
- /* Sometimes the tessllations of non-participating regions
+ /* Sometimes the tessellations of non-participating regions
* are damaged during a boolean operation. Check everything.
*/
nmg_vmodel(m);
@@ -951,7 +951,7 @@
bu_log("nmg_bool() WARNING: sB unclosed before classification. Boldly
pressing on.\n");
if (rt_g.NMG_debug & DEBUG_VERIFY) {
- /* Sometimes the tessllations of non-participating regions
+ /* Sometimes the tessellations of non-participating regions
* are damaged during a boolean operation. Check everything.
*/
nmg_vmodel(m);
@@ -1114,7 +1114,7 @@
bu_log("Returning from NMG_BOOL\n");
}
if (rt_g.NMG_debug & DEBUG_VERIFY) {
- /* Sometimes the tessllations of non-participating regions
+ /* Sometimes the tessellations of non-participating regions
* are damaged during a boolean operation. Check everything.
*/
nmg_vmodel(m);
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