Revision: 52905
http://brlcad.svn.sourceforge.net/brlcad/?rev=52905&view=rev
Author: carlmoore
Date: 2012-10-09 20:33:13 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
fix spellings
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/arbn/arbn.c
Modified: brlcad/trunk/src/librt/primitives/arbn/arbn.c
===================================================================
--- brlcad/trunk/src/librt/primitives/arbn/arbn.c 2012-10-09 20:30:24 UTC
(rev 52904)
+++ brlcad/trunk/src/librt/primitives/arbn/arbn.c 2012-10-09 20:33:13 UTC
(rev 52905)
@@ -120,7 +120,7 @@
/*
* ARBN must be convex. Test for concavity.
- * Byproduct is an enumeration of all the verticies,
+ * Byproduct is an enumeration of all the vertices,
* which are used to make the bounding RPP. No need
* to call the bbox routine, as the work must be duplicated
* here to count faces.
@@ -472,7 +472,7 @@
point_count++;
}
/* Point counts of 1 are (generally) not harmful,
- * occuring on pyramid peaks and the like.
+ * occurring on pyramid peaks and the like.
*/
}
}
@@ -590,7 +590,7 @@
struct arbn_pts *pts;
struct arbn_edges *edges; /* A list of edges for each plane eqn
(each face) */
size_t *edge_count; /* number of edges for each face */
- size_t max_edge_count; /* maximium number of edges for any face */
+ size_t max_edge_count; /* maximum number of edges for any face */
struct vertex **verts; /* Array of pointers to vertex structs */
struct vertex ***loop_verts; /* Array of pointers to vertex structs
to pass to nmg_cmface */
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