Revision: 52892
http://brlcad.svn.sourceforge.net/brlcad/?rev=52892&view=rev
Author: carlmoore
Date: 2012-10-09 16:36:36 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
fix spellings
Modified Paths:
--------------
brlcad/trunk/src/irprep/secpass.c
Modified: brlcad/trunk/src/irprep/secpass.c
===================================================================
--- brlcad/trunk/src/irprep/secpass.c 2012-10-09 16:33:23 UTC (rev 52891)
+++ brlcad/trunk/src/irprep/secpass.c 2012-10-09 16:36:36 UTC (rev 52892)
@@ -139,11 +139,11 @@
int nadjreg; /* Number of adjacent regions. */
int prmrel; /* PRISM release number, 2=>2.0, 3=>3.0. */
int ifire; /* Number of sets of rays to be fired, 0=> */
- /* fire from 3 orthogonal postions, 1=>fire */
+ /* fire from 3 orthogonal positions, 1=>fire */
/* from 1 position. */
int ret;
- /* Check to see if arguments implimented correctly. */
+ /* Check to see if arguments implemented correctly. */
if (argc < 2 || argv[1] == NULL || argv[2] == NULL) {
(void)fprintf(stderr, "\nusage: secpass file.g objects\n\n");
}
@@ -261,7 +261,7 @@
/* Choose whether 3 orthogonal sets of rays are to be fired */
/* or 1 set of rays is to be fired. */
- (void)printf("Should there be 3 sets of orhogonal rays fired ");
+ (void)printf("Should there be 3 sets of orthogonal rays fired ");
(void)printf("(0) or 1 set (1)?\n\t");
(void)fflush(stdout);
ret = scanf("%d", &ifire);
@@ -1092,7 +1092,7 @@
double d[3]; /* used for checking tolerance of */
/* adjacent regions */
- double dist; /* used for finding lenght between */
+ double dist; /* used for finding length between */
/* centroid & adjacent surface area */
pp = PartHeadp->pt_forw;
@@ -1147,7 +1147,7 @@
cond[iprev].maxlen[icur] = dist;
}
- /* Find lenght for current region. */
+ /* Find length for current region. */
dist = ((cond[icur].centroid[X] - enterpt[X])
* (cond[icur].centroid[X] - enterpt[X])) +
((cond[icur].centroid[Y] - enterpt[Y])
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