Revision: 52844
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52844&view=rev
Author:   carlmoore
Date:     2012-10-05 18:23:08 +0000 (Fri, 05 Oct 2012)
Log Message:
-----------
fix spelling (including 'wonders' to 'wanders') and change 'is' to 'it' and add 
missing period)

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

Modified: brlcad/trunk/src/librt/primitives/bspline/nurb_trim_util.c
===================================================================
--- brlcad/trunk/src/librt/primitives/bspline/nurb_trim_util.c  2012-10-05 
16:27:46 UTC (rev 52843)
+++ brlcad/trunk/src/librt/primitives/bspline/nurb_trim_util.c  2012-10-05 
18:23:08 UTC (rev 52844)
@@ -37,11 +37,11 @@
 #include "nurb.h"
 
 /**
- * Check to see if the curve conmtrol polygon wonders outside the
- * parametric range given.  This is usefull if a trimming curve
+ * Check to see if the curve control polygon wanders outside the
+ * parametric range given.  This is useful if a trimming curve
  * control polygon is outside but the evaluated curve is not. We will
- * want to refine the curve so that is lies within the range;
- * otherwise it breaks the surface evaluation
+ * want to refine the curve so that it lies within the range;
+ * otherwise it breaks the surface evaluation.
  */
 int
 rt_nurb_crv_in_range(struct edge_g_cnurb *crv, fastf_t u_min, fastf_t u_max, 
fastf_t v_min, fastf_t v_max)

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