Revision: 52855
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52855&view=rev
Author:   carlmoore
Date:     2012-10-05 18:53:22 +0000 (Fri, 05 Oct 2012)
Log Message:
-----------
fix spellings

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

Modified: brlcad/trunk/src/librt/primitives/bspline/nurb_interp.c
===================================================================
--- brlcad/trunk/src/librt/primitives/bspline/nurb_interp.c     2012-10-05 
18:52:26 UTC (rev 52854)
+++ brlcad/trunk/src/librt/primitives/bspline/nurb_interp.c     2012-10-05 
18:53:22 UTC (rev 52855)
@@ -21,7 +21,7 @@
 /** @{ */
 /** @file primitives/bspline/nurb_interp.c
  *
- * Interpolatopn routines for fitting NURB curves and and surfaces to
+ * Interpolation routines for fitting NURB curves and and surfaces to
  * existing data.
  *
  */
@@ -102,7 +102,7 @@
     crv->pt_type = RT_NURB_MAKE_PT_TYPE(3, RT_NURB_PT_XYZ, 0);
 
     /* First set up Curve data structs */
-    /* For now we will assume that all paramerizations are uniform */
+    /* For now we will assume that all parameterizations are uniform */
 
     rt_nurb_kvknot(&crv->k, order, 0.0, 1.0, (n - order), (struct resource 
*)NULL);
 
@@ -175,7 +175,7 @@
     srf->pt_type = RT_NURB_MAKE_PT_TYPE(3, RT_NURB_PT_XYZ, RT_NURB_PT_NONRAT);
 
     /* the U knot vector replates to the points in a row therefore you
-     * want to determin how many cols there are similar for the V knot
+     * want to determine how many cols there are similar for the V knot
      * vector
      */
 

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