Revision: 52972
http://brlcad.svn.sourceforge.net/brlcad/?rev=52972&view=rev
Author: carlmoore
Date: 2012-10-10 19:46:13 +0000 (Wed, 10 Oct 2012)
Log Message:
-----------
fix spellings
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/arb8/arb8.c
Modified: brlcad/trunk/src/librt/primitives/arb8/arb8.c
===================================================================
--- brlcad/trunk/src/librt/primitives/arb8/arb8.c 2012-10-10 19:42:24 UTC
(rev 52971)
+++ brlcad/trunk/src/librt/primitives/arb8/arb8.c 2012-10-10 19:46:13 UTC
(rev 52972)
@@ -316,7 +316,7 @@
* R T _ A R B _ C E N T R O I D
*
* Find the center point for the arb whose values are in the s array,
- * with the given number of verticies. Return the point in center_pt.
+ * with the given number of vertices. Return the point in center_pt.
*/
void
rt_arb_centroid(point_t center_pt, const struct rt_arb_internal *arb, int
npoints)
@@ -428,7 +428,7 @@
* points inwards, so we need to fix it here.
* Build a vector from the centroid to vertex A.
* If the surface normal points in the same direction,
- * then the vertcies were given in CCW order;
+ * then the vertices were given in CCW order;
* otherwise, vertices were given in CW order, and
* the normal needs to be flipped.
*/
@@ -889,7 +889,7 @@
if (ap) RT_CK_APPLICATION(ap);
- /* Intialize return values */
+ /* Initialize return values */
for (i = 0; i < n; i++) {
segp[i].seg_stp = stp[i]; /* Assume hit, if 0 then miss */
segp[i].seg_in.hit_dist = -INFINITY; /* used as in */
@@ -1042,7 +1042,7 @@
rt_db_free_internal(&intern);
if (ret != 0 || arbp->arb_opt == (struct oface *)0) {
- bu_log("rt_arb_uv(%s) dyanmic setup failure st_specific=x%x,
optp=x%x\n",
+ bu_log("rt_arb_uv(%s) dynamic setup failure st_specific=x%x,
optp=x%x\n",
stp->st_name,
stp->st_specific, arbp->arb_opt);
return;
@@ -1330,7 +1330,7 @@
char buf[256] = {0};
int i = 0;
int arb_type = -1;
- struct bn_tol tmp_tol; /* temporay tolerance */
+ struct bn_tol tmp_tol; /* temporary tolerance */
if (!str || !ip) return 0;
RT_CK_DB_INTERNAL(ip);
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