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

Modified Paths:
--------------
    brlcad/trunk/include/bot.h
    brlcad/trunk/include/dm.h
    brlcad/trunk/include/raytrace.h

Modified: brlcad/trunk/include/bot.h
===================================================================
--- brlcad/trunk/include/bot.h  2012-11-28 19:14:57 UTC (rev 53858)
+++ brlcad/trunk/include/bot.h  2012-11-28 19:16:25 UTC (rev 53859)
@@ -36,7 +36,7 @@
     struct bu_bitv *bot_facemode;
     genptr_t bot_facelist;     /* head of linked list */
     genptr_t *bot_facearray;   /* head of face array */
-    size_t bot_tri_per_piece;  /* log # tri per peice. 1 << bot_ltpp is tri 
per piece */
+    size_t bot_tri_per_piece;  /* log # tri per piece. 1 << bot_ltpp is tri 
per piece */
     void *tie; /* FIXME: horrible blind cast, points to one in rt_bot_internal 
*/
 };
 

Modified: brlcad/trunk/include/dm.h
===================================================================
--- brlcad/trunk/include/dm.h   2012-11-28 19:14:57 UTC (rev 53858)
+++ brlcad/trunk/include/dm.h   2012-11-28 19:16:25 UTC (rev 53859)
@@ -267,7 +267,7 @@
     int dm_lineStyle;
     fastf_t dm_aspect;
     fastf_t *dm_vp;            /**< @brief (FIXME: ogl still depends on this) 
Viewscale pointer */
-    struct dm_vars dm_vars;    /**< @brief display manager dependant variables 
*/
+    struct dm_vars dm_vars;    /**< @brief display manager dependent variables 
*/
     struct bu_vls dm_pathName; /**< @brief full Tcl/Tk name of drawing window 
*/
     struct bu_vls dm_tkName;   /**< @brief short Tcl/Tk name of drawing window 
*/
     struct bu_vls dm_dName;    /**< @brief Display name */

Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h     2012-11-28 19:14:57 UTC (rev 53858)
+++ brlcad/trunk/include/raytrace.h     2012-11-28 19:16:25 UTC (rev 53859)
@@ -2920,7 +2920,7 @@
 /**
  * R T _ I N _ R P P
  *
- * Compute the intersections of a ray with a rectangular parallelpiped
+ * Compute the intersections of a ray with a rectangular parallelepiped
  * (RPP) that has faces parallel to the coordinate planes
  *
  * The algorithm here was developed by Gary Kuehl for GIFT.  A good
@@ -2989,7 +2989,7 @@
  * R T _ R E A D _ C M D
  *
  * Read one semi-colon terminated string of arbitrary length from the
- * given file into a dynamicly allocated buffer.  Various commenting
+ * given file into a dynamically allocated buffer.  Various commenting
  * and escaping conventions are implemented here.
  *
  * Returns:
@@ -4136,7 +4136,7 @@
  * size.
  *
  * Returns:    NULL Error
- * <addr> Othewise
+ * <addr> Otherwise
  *
  * Comments:
  * Algorithm is first fit.
@@ -4149,7 +4149,7 @@
  * size.
  *
  * Returns:    NULL Error
- * <addr> Othewise
+ * <addr> Otherwise
  *
  * Comments:
  * Algorithm is BEST fit.
@@ -4159,7 +4159,7 @@
 
 /**
  * Returns:    NULL Error
- * <addr> Othewise
+ * <addr> Otherwise
  *
  * Comments:
  * Algorithm is first fit.

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to