Revision: 53717
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53717&view=rev
Author:   carlmoore
Date:     2012-11-15 21:39:51 +0000 (Thu, 15 Nov 2012)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/libbn/tabdata.c

Modified: brlcad/trunk/src/libbn/tabdata.c
===================================================================
--- brlcad/trunk/src/libbn/tabdata.c    2012-11-15 21:23:00 UTC (rev 53716)
+++ brlcad/trunk/src/libbn/tabdata.c    2012-11-15 21:39:51 UTC (rev 53717)
@@ -323,7 +323,7 @@
 /*
  *                     B N _ T A B L E _ S C A L E
  *@brief
- *  Scale the indepentent axis of a table by 'scale'.
+ *  Scale the independent axis of a table by 'scale'.
  */
 void
 bn_table_scale(struct bn_table *tabp, register double scale)
@@ -512,7 +512,7 @@
  *@brief
  *  Following interpretation #2, where y[j] stores the average
  *  value for the interval, return the area under
- *  the whole curve.  Since the iterval spacing need not be uniform,
+ *  the whole curve.  Since the interval spacing need not be uniform,
  *  sum the areas of the rectangles.
  */
 double
@@ -1519,7 +1519,7 @@
 
     if (lower_wavelen < spectrum->x[0])
        if (upper_wavelen > spectrum->x[spectrum->nx])
-           bu_log("bn_tabdata_mk_linear_filter() warning, upper_wavelen %g > 
hightest sampled wavelen %g\n",
+           bu_log("bn_tabdata_mk_linear_filter() warning, upper_wavelen %g > 
highest sampled wavelen %g\n",
                   upper_wavelen, spectrum->x[spectrum->nx]);
 
     /* First, find first (possibly partial) sample */

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