Revision: 53728
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53728&view=rev
Author:   carlmoore
Date:     2012-11-16 17:19:22 +0000 (Fri, 16 Nov 2012)
Log Message:
-----------
fix spellings, including that of multipoly

Modified Paths:
--------------
    brlcad/trunk/src/libbn/multipoly.c
    brlcad/trunk/src/libged/facetize.c
    brlcad/trunk/src/libged/gqa.c
    brlcad/trunk/src/libged/put_comb.c

Modified: brlcad/trunk/src/libbn/multipoly.c
===================================================================
--- brlcad/trunk/src/libbn/multipoly.c  2012-11-16 13:30:40 UTC (rev 53727)
+++ brlcad/trunk/src/libbn/multipoly.c  2012-11-16 17:19:22 UTC (rev 53728)
@@ -117,7 +117,7 @@
  * @brief add two polynomials
  */
 struct bn_multipoly *
-bn_multpoly_add(register struct bn_multipoly *p1, register struct bn_multipoly 
*p2)
+bn_multipoly_add(register struct bn_multipoly *p1, register struct 
bn_multipoly *p2)
 {
     struct bn_multipoly *sum = bn_multipoly_new(Max(p1->dgrs, p2->dgrs), 
Max(p1->dgrt, p2->dgrs));
     int s, t;

Modified: brlcad/trunk/src/libged/facetize.c
===================================================================
--- brlcad/trunk/src/libged/facetize.c  2012-11-16 13:30:40 UTC (rev 53727)
+++ brlcad/trunk/src/libged/facetize.c  2012-11-16 17:19:22 UTC (rev 53728)
@@ -119,7 +119,7 @@
     init_state.ts_ttol = &gedp->ged_wdbp->wdb_ttol;
     init_state.ts_tol = &gedp->ged_wdbp->wdb_tol;
 
-    /* Initial vaues for options, must be reset each time */
+    /* Initial values for options, must be reset each time */
     marching_cube = 0;
     triangulate = 0;
     make_bot = 1;

Modified: brlcad/trunk/src/libged/gqa.c
===================================================================
--- brlcad/trunk/src/libged/gqa.c       2012-11-16 13:30:40 UTC (rev 53727)
+++ brlcad/trunk/src/libged/gqa.c       2012-11-16 17:19:22 UTC (rev 53728)
@@ -276,7 +276,7 @@
 
 /**
  * This structure holds the name of a unit value, and the conversion
- * factor necessary to convert from/to BRL-CAD statndard units.
+ * factor necessary to convert from/to BRL-CAD standard units.
  *
  * The standard units are millimeters, cubic millimeters, and grams.
  *

Modified: brlcad/trunk/src/libged/put_comb.c
===================================================================
--- brlcad/trunk/src/libged/put_comb.c  2012-11-16 13:30:40 UTC (rev 53727)
+++ brlcad/trunk/src/libged/put_comb.c  2012-11-16 17:19:22 UTC (rev 53728)
@@ -149,7 +149,7 @@
 static const char *
 save_comb(struct ged *gedp, struct directory *dpold)
 {
-    /* Save a combination under a temporory name */
+    /* Save a combination under a temporary name */
 
     struct directory *dp;
     struct rt_db_internal intern;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to