Revision: 53704
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53704&view=rev
Author:   carlmoore
Date:     2012-11-15 16:07:47 +0000 (Thu, 15 Nov 2012)
Log Message:
-----------
fix spelling and use a capital, not small, E

Modified Paths:
--------------
    brlcad/trunk/src/conv/patch/patch-g.c

Modified: brlcad/trunk/src/conv/patch/patch-g.c
===================================================================
--- brlcad/trunk/src/conv/patch/patch-g.c       2012-11-15 16:06:47 UTC (rev 
53703)
+++ brlcad/trunk/src/conv/patch/patch-g.c       2012-11-15 16:07:47 UTC (rev 
53704)
@@ -1811,7 +1811,7 @@
            (void) mk_addmember(name, &head.l, NULL, WMOP_UNION);
 
 
-           /* Check if hollow (i.e. plate mode) subract sphere with
+           /* Check if hollow (i.e. plate mode) subtract sphere with
             * radius R1 - thickness.
             */
 
@@ -1863,7 +1863,7 @@
            (void) mk_addmember(name, &head.l, NULL, WMOP_UNION);
 
            /* Check if mirrored surface is hollow (i.e. plate mode)
-            * subract sphere with radius R1 - thickness.
+            * subtract sphere with radius R1 - thickness.
             */
 
            if (in[i].surf_mode== '-') {
@@ -3654,7 +3654,7 @@
            in[i].y = scan[1];
            in[i].z = scan[2];
 
-           /* Perform english to metric conversions.  */
+           /* Perform English to metric conversions.  */
            in[i].x = mmtin*in[i].x;
            in[i].y = mmtin*in[i].y;
            in[i].z = mmtin*in[i].z;

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