Revision: 52856
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52856&view=rev
Author:   carlmoore
Date:     2012-10-05 18:54:28 +0000 (Fri, 05 Oct 2012)
Log Message:
-----------
remove duplicate 'the', and fix a spelling

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/bspline/bspline.cpp

Modified: brlcad/trunk/src/librt/primitives/bspline/bspline.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/bspline/bspline.cpp       2012-10-05 
18:53:22 UTC (rev 52855)
+++ brlcad/trunk/src/librt/primitives/bspline/bspline.cpp       2012-10-05 
18:54:28 UTC (rev 52856)
@@ -62,7 +62,7 @@
 #endif
 
 struct nurb_specific {
-    struct nurb_specific *next;        /* next surface in the the solid */
+    struct nurb_specific *next;        /* next surface in the solid */
     struct face_g_snurb *srf;  /* Original surface description */
     struct bu_list bez_hd;     /* List of Bezier face_g_snurbs */
 };
@@ -934,7 +934,7 @@
 
     /* Figure out how many recs to buffer by
      * walking through the surfaces and
-     * calculating the number of granuels
+     * calculating the number of granules
      * needed for storage and add it to the total
      */
     total_grans = 1;   /* First gran for BSOLID record */

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

Reply via email to