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

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/specifications/en/BRL_CAD_g_format_V5.xml
    brlcad/trunk/doc/html/ReleaseNotes/Rel6.0/index.html
    brlcad/trunk/src/librt/bezier_2d_isect.c
    brlcad/trunk/src/librt/cut.c
    brlcad/trunk/src/librt/timer42.c

Modified: brlcad/trunk/doc/docbook/specifications/en/BRL_CAD_g_format_V5.xml
===================================================================
--- brlcad/trunk/doc/docbook/specifications/en/BRL_CAD_g_format_V5.xml  
2012-11-28 19:41:04 UTC (rev 53868)
+++ brlcad/trunk/doc/docbook/specifications/en/BRL_CAD_g_format_V5.xml  
2012-11-28 19:45:44 UTC (rev 53869)
@@ -1589,7 +1589,7 @@
       <title>Object Body</title>
 
       <para>
-       The contents of the Object Body are opaque?? to the databaase layer. 
The contents of this element are interpreted
+       The contents of the Object Body are opaque?? to the database layer. The 
contents of this element are interpreted
        based upon the Object_Type. The Object_Body is not constrained to start 
on a chunk boundary.
       </para>
     </section>

Modified: brlcad/trunk/doc/html/ReleaseNotes/Rel6.0/index.html
===================================================================
--- brlcad/trunk/doc/html/ReleaseNotes/Rel6.0/index.html        2012-11-28 
19:41:04 UTC (rev 53868)
+++ brlcad/trunk/doc/html/ReleaseNotes/Rel6.0/index.html        2012-11-28 
19:45:44 UTC (rev 53869)
@@ -285,7 +285,7 @@
 </dl>
 </dd>
 
-<dt><b>SPECIAL ACKNOWLEGEMENT</b></dt>
+<dt><b>SPECIAL ACKNOWLEDGEMENT</b></dt>
 
 <dd>This release is the last to introduce new features developed by
 Mike Muuss.  Mike embodied a unique blend of unparalleled intellect,

Modified: brlcad/trunk/src/librt/bezier_2d_isect.c
===================================================================
--- brlcad/trunk/src/librt/bezier_2d_isect.c    2012-11-28 19:41:04 UTC (rev 
53868)
+++ brlcad/trunk/src/librt/bezier_2d_isect.c    2012-11-28 19:45:44 UTC (rev 
53869)
@@ -24,7 +24,7 @@
  * The following routines are for 2D Bezier curves
  *
  * The following routines are borrowed from Graphics Gems I, Academic
- * Press, Inc, 1990, Andrew S. Glassner (editor), "A Bezier
+ * Press, Inc., 1990, Andrew S. Glassner (editor), "A Bezier
  * Curve-based Root-finder", Philip J. Schneider.
  *
  * Modifications have been made for inclusion in BRL-CAD and to

Modified: brlcad/trunk/src/librt/cut.c
===================================================================
--- brlcad/trunk/src/librt/cut.c        2012-11-28 19:41:04 UTC (rev 53868)
+++ brlcad/trunk/src/librt/cut.c        2012-11-28 19:45:44 UTC (rev 53869)
@@ -1547,7 +1547,7 @@
  * *massive* change in cut tree size.
  *
  * This version results in nbins=22, maxlen=3, avg=1.09, while new
- * vewsion results in nbins=42, maxlen=3, avg=1.667 (on moss.g).
+ * version results in nbins=42, maxlen=3, avg=1.667 (on moss.g).
  */
 HIDDEN int
 rt_ct_old_assess(register union cutter *cutp, register int axis, double 
*where_p, double *offcenter_p)

Modified: brlcad/trunk/src/librt/timer42.c
===================================================================
--- brlcad/trunk/src/librt/timer42.c    2012-11-28 19:41:04 UTC (rev 53868)
+++ brlcad/trunk/src/librt/timer42.c    2012-11-28 19:45:44 UTC (rev 53869)
@@ -41,7 +41,7 @@
 #include "vmath.h"
 #include "raytrace.h"
 
-static struct timeval time0;   /* Time at which timeing started */
+static struct timeval time0;   /* Time at which timing started */
 static struct rusage ru0;      /* Resource utilization at the start */
 static struct rusage ru0c;     /* Resource utilization at the start */
 

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