Revision: 53753
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53753&view=rev
Author:   carlmoore
Date:     2012-11-19 19:16:51 +0000 (Mon, 19 Nov 2012)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/proc-db/wavy.c
    brlcad/trunk/src/rt/heatgraph.c
    brlcad/trunk/src/shapes/fence.h
    brlcad/trunk/src/sig/dconv.c
    brlcad/trunk/src/tclscripts/geometree/GeometryBrowser.tcl
    brlcad/trunk/src/tclscripts/html_library.tcl

Modified: brlcad/trunk/src/proc-db/wavy.c
===================================================================
--- brlcad/trunk/src/proc-db/wavy.c     2012-11-19 19:07:37 UTC (rev 53752)
+++ brlcad/trunk/src/proc-db/wavy.c     2012-11-19 19:16:51 UTC (rev 53753)
@@ -36,7 +36,7 @@
 #include "wdb.h"
 
 
-/* Interpoate the data using b-splines */
+/* Interpolate the data using b-splines */
 struct face_g_snurb **
 interpolate_data(fastf_t *grid)
 {

Modified: brlcad/trunk/src/rt/heatgraph.c
===================================================================
--- brlcad/trunk/src/rt/heatgraph.c     2012-11-19 19:07:37 UTC (rev 53752)
+++ brlcad/trunk/src/rt/heatgraph.c     2012-11-19 19:16:51 UTC (rev 53753)
@@ -53,7 +53,7 @@
 
 static void tvsub(struct timeval *tdiff, struct timeval *t1, struct timeval 
*t0);
 
-/* Time functions are copied almost verbatium from timer42.c */
+/* Time functions are copied almost verbatim from timer42.c */
 
 /**
  * P R E P _ P I X E L _ T I M E R

Modified: brlcad/trunk/src/shapes/fence.h
===================================================================
--- brlcad/trunk/src/shapes/fence.h     2012-11-19 19:07:37 UTC (rev 53752)
+++ brlcad/trunk/src/shapes/fence.h     2012-11-19 19:16:51 UTC (rev 53753)
@@ -219,7 +219,7 @@
 #define DEFAULT_WIRESEGMENTLENGTH 50.0
 #define DEFAULT_WIRESEGMENTSEPARATION DEFAULT_WIRERADIUS
 /**
- * the max wire segments should not be changed as it is mearly a max
+ * the max wire segments should not be changed as it is merely a max
  * upper bound on the maximum number of segments that may be generated
  * for any wire pair.  it is provided as a saveguard against having an
  * "out-of-control" program if invalid wire values are entered.

Modified: brlcad/trunk/src/sig/dconv.c
===================================================================
--- brlcad/trunk/src/sig/dconv.c        2012-11-19 19:07:37 UTC (rev 53752)
+++ brlcad/trunk/src/sig/dconv.c        2012-11-19 19:16:51 UTC (rev 53753)
@@ -88,7 +88,7 @@
     L = N - M + 1;     /* number of "good" points per section */
 
     if ( argc != 2 || isatty(fileno(stdin)) || isatty(fileno(stdout)) ) {
-       bu_exit(1, "Usage: dconv filter < doubles > doubles\nXXX Warning: 
kernal size must be 2^i - 1\n" );
+       bu_exit(1, "Usage: dconv filter < doubles > doubles\nXXX Warning: 
kernel size must be 2^i - 1\n" );
     }
 
 #ifdef never

Modified: brlcad/trunk/src/tclscripts/geometree/GeometryBrowser.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/geometree/GeometryBrowser.tcl   2012-11-19 
19:07:37 UTC (rev 53752)
+++ brlcad/trunk/src/tclscripts/geometree/GeometryBrowser.tcl   2012-11-19 
19:16:51 UTC (rev 53753)
@@ -718,7 +718,7 @@
 
 # displayNode is the -dblclickcommand
 #
-# displayes the geometry of a given node to the mged window.  later it will be
+# displays the geometry of a given node to the mged window.  later it will be
 # able to display the selected geometry detailed information to a side panel.
 #
 # there are two special keywords for how to display the node.  it may either be

Modified: brlcad/trunk/src/tclscripts/html_library.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/html_library.tcl        2012-11-19 19:07:37 UTC 
(rev 53752)
+++ brlcad/trunk/src/tclscripts/html_library.tcl        2012-11-19 19:16:51 UTC 
(rev 53753)
@@ -492,7 +492,7 @@
 
 # extract a value from parameter list (this needs a re-do)
 # returns "1" if the keyword is found, "0" otherwise
-#   param:  A parameter list.  It should alredy have been processed to
+#   param:  A parameter list.  It should already have been processed to
 #           remove any entity references
 #   key:    The parameter name
 #   val:    The variable to put the value into (use key as default)

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