Revision: 54090
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54090&view=rev
Author:   brlcad
Date:     2012-12-19 20:29:40 +0000 (Wed, 19 Dec 2012)
Log Message:
-----------
fix a slew of spelling mistake corrections from Gauravjeet Singh 
(http://www.google-melange.com/gci/task/view/google/gci2012/8033204), 20+ in 5+ 
files

Modified Paths:
--------------
    brlcad/trunk/AUTHORS
    brlcad/trunk/ChangeLog
    brlcad/trunk/doc/TODO.BREP
    brlcad/trunk/doc/bison_to_lemon.txt
    brlcad/trunk/doc/docbook/books/README
    brlcad/trunk/doc/docbook/specifications/en/BRL_CAD_g_format_V5.xml
    brlcad/trunk/doc/docbook/system/man1/en/anim_script.xml
    brlcad/trunk/doc/history.txt
    brlcad/trunk/doc/html/ReleaseNotes/Rel5.0/new_cmds.html
    brlcad/trunk/doc/html/manuals/Anim_Tutorial/chapt3.html
    brlcad/trunk/src/conv/dbclean.sh
    brlcad/trunk/src/conv/iges/orient_loops.c
    brlcad/trunk/src/conv/obj-g.c
    brlcad/trunk/src/external/ProEngineer/proe_brl.res

Modified: brlcad/trunk/AUTHORS
===================================================================
--- brlcad/trunk/AUTHORS        2012-12-19 14:15:53 UTC (rev 54089)
+++ brlcad/trunk/AUTHORS        2012-12-19 20:29:40 UTC (rev 54090)
@@ -639,10 +639,14 @@
 Open Source (GCI)
 
 Keesing, Aaron
-2102 December
+2012 December
 Open Source (GCI)
 
+Singh, Gauravjeet
+2012 December
+Open Source (GCI)
 
+
 SPECIAL THANKS
 --------------
 

Modified: brlcad/trunk/ChangeLog
===================================================================
--- brlcad/trunk/ChangeLog      2012-12-19 14:15:53 UTC (rev 54089)
+++ brlcad/trunk/ChangeLog      2012-12-19 20:29:40 UTC (rev 54090)
@@ -48,7 +48,7 @@
          parent
          doc for changed paths)
          added missing AUTHOR, COPYRIGHT, and BUG REPORTS sections
-         deleted any suprious, single quotation marks in header comments
+         deleted any spurious, single quotation marks in header comments
          corrected internal file names where needed
          ensured AUTHOR, COPYRIGHT, and BUG REPORTS sections are at the
          end
@@ -188,7 +188,7 @@
          parent
          doc for changed paths)
          added missing AUTHOR, COPYRIGHT, and BUG REPORTS sections
-         deleted any suprious, single quotation marks in header comments
+         deleted any spurious, single quotation marks in header comments
          corrected internal file names where needed
          ensured AUTHOR, COPYRIGHT, and BUG REPORTS sections are at the
          end

Modified: brlcad/trunk/doc/TODO.BREP
===================================================================
--- brlcad/trunk/doc/TODO.BREP  2012-12-19 14:15:53 UTC (rev 54089)
+++ brlcad/trunk/doc/TODO.BREP  2012-12-19 20:29:40 UTC (rev 54090)
@@ -254,7 +254,7 @@
  *       Point 2, it finds that it overlaps and may intersect Point 1, but it 
does NOT overlap Point 3.  This means
  *       that Point 1 may intersect Point 2 OR Point 3, but NOT both at the 
same time.  Any assumption of equality
  *       involving any of these three points must decide how to handle this 
situation, and the decision must be both
- *       consistent and reproduceable.  The possible decisions are:
+ *       consistent and reproducible.  The possible decisions are:
  *
  *       1 = 2, 1 != 3
  *       1 != 2, 1 = 3

Modified: brlcad/trunk/doc/bison_to_lemon.txt
===================================================================
--- brlcad/trunk/doc/bison_to_lemon.txt 2012-12-19 14:15:53 UTC (rev 54089)
+++ brlcad/trunk/doc/bison_to_lemon.txt 2012-12-19 20:29:40 UTC (rev 54090)
@@ -92,7 +92,7 @@
  Parser Resets on Fail| no               | yes          | yes
 
 Strategy:
-       The normal strategy is to ignore input tokens util valid input is
+       The normal strategy is to ignore input tokens until valid input is
        found and parsing can continue. However, if YYERRORSYMBOL is defined,
        the parser pops tokens from the stack until the special non-terminal
        'error' can be shifted onto the stack and parsing can continue.

Modified: brlcad/trunk/doc/docbook/books/README
===================================================================
--- brlcad/trunk/doc/docbook/books/README       2012-12-19 14:15:53 UTC (rev 
54089)
+++ brlcad/trunk/doc/docbook/books/README       2012-12-19 20:29:40 UTC (rev 
54090)
@@ -1,4 +1,4 @@
-The books subdirectory contains DocBook files intended to serve as
+The books sub-directory contains DocBook files intended to serve as
 both individual books with new content and agglomerations of individual
 files into larger collections.
 

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-12-19 14:15:53 UTC (rev 54089)
+++ brlcad/trunk/doc/docbook/specifications/en/BRL_CAD_g_format_V5.xml  
2012-12-19 20:29:40 UTC (rev 54090)
@@ -98,7 +98,7 @@
        </listitem>
        <listitem>
          <para>
-           <emphasis>combinations</emphasis> - the nonminimal elements of the 
DAG,
+           <emphasis>combinations</emphasis> - the non-minimal elements of the 
DAG,
            some of which are specially marked as regions. The maximal
            elements of the DAG are called tops.
          </para>
@@ -1549,7 +1549,7 @@
          <listitem>
            <para>
              giftmater = For regions, GIFT compatibility. Integer. (Point of 
Discussion?????Should we use negative values for
-             air codes, positive for nonair, so we can eliminate air codes?)
+             air codes, positive for non-air, so we can eliminate air codes?)
            </para>
          </listitem>
          <listitem>

Modified: brlcad/trunk/doc/docbook/system/man1/en/anim_script.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/en/anim_script.xml     2012-12-19 
14:15:53 UTC (rev 54089)
+++ brlcad/trunk/doc/docbook/system/man1/en/anim_script.xml     2012-12-19 
20:29:40 UTC (rev 54090)
@@ -72,7 +72,7 @@
 <emphasis remap='I'>rt,</emphasis>
 then the objectname "tank/turret/hatch1" or simply "turret/hatch1" would be 
used to
 animate the hatch. The tank itself would be referred to by the name,
-"/tank". Note that toplevel objects should be preceded by a slash.
+"/tank". Note that top-level objects should be preceded by a slash.
 If view animation is being performed, no objectname
 should be included.</para>
 

Modified: brlcad/trunk/doc/history.txt
===================================================================
--- brlcad/trunk/doc/history.txt        2012-12-19 14:15:53 UTC (rev 54089)
+++ brlcad/trunk/doc/history.txt        2012-12-19 20:29:40 UTC (rev 54090)
@@ -60,7 +60,7 @@
        Utah spline (Non-Uniform Rational B-Spline [NURB] Surface)
        developed under NSF and DARPA sponsorship
 
-       a facetted data representation, (called PATCH),
+       a faceted data representation, (called PATCH),
        developed by Falcon/Denver
        Research Institute and used by the Navy and Air Force for
        vulnerability and signature calculations (> 200 target

Modified: brlcad/trunk/doc/html/ReleaseNotes/Rel5.0/new_cmds.html
===================================================================
--- brlcad/trunk/doc/html/ReleaseNotes/Rel5.0/new_cmds.html     2012-12-19 
14:15:53 UTC (rev 54089)
+++ brlcad/trunk/doc/html/ReleaseNotes/Rel5.0/new_cmds.html     2012-12-19 
20:29:40 UTC (rev 54090)
@@ -124,7 +124,7 @@
 <h2>Miscellaneous</strong></h2>
 <ul>
 <li><strong>bary</strong><br>
-    Compute weighted sums (including barymetric combinations) of points.
+    Compute weighted sums (including barycentric combinations) of points.
     </li>
 <li><strong>bwish</strong><br>
     BRL-CAD version of <code>wish</code>(1),

Modified: brlcad/trunk/doc/html/manuals/Anim_Tutorial/chapt3.html
===================================================================
--- brlcad/trunk/doc/html/manuals/Anim_Tutorial/chapt3.html     2012-12-19 
14:15:53 UTC (rev 54089)
+++ brlcad/trunk/doc/html/manuals/Anim_Tutorial/chapt3.html     2012-12-19 
20:29:40 UTC (rev 54090)
@@ -28,7 +28,7 @@
 The animation of objects is accomplished by specifying matrix transformations
 to be applied to database elements before each image is calculated.
 This allows any solid or combination in the model to have its definition
-independently rotated, moved, or resized as the animation proceeds.
+independently rotated, moved, or re-sized as the animation proceeds.
 <P>
 In BRL-CAD matrices are stored in a traditional mathematics form.  This is
 different from (the transpose of) the form used in most texts on computer

Modified: brlcad/trunk/src/conv/dbclean.sh
===================================================================
--- brlcad/trunk/src/conv/dbclean.sh    2012-12-19 14:15:53 UTC (rev 54089)
+++ brlcad/trunk/src/conv/dbclean.sh    2012-12-19 20:29:40 UTC (rev 54090)
@@ -62,7 +62,7 @@
 rm -f $2
 trap "rm -f $TMP; exit 1"  1 2 3 15
 
-# Check to see that the output file is writeable.  If not, complain and
+# Check to see that the output file is writable.  If not, complain and
 # abort
 
 if touch $2

Modified: brlcad/trunk/src/conv/iges/orient_loops.c
===================================================================
--- brlcad/trunk/src/conv/iges/orient_loops.c   2012-12-19 14:15:53 UTC (rev 
54089)
+++ brlcad/trunk/src/conv/iges/orient_loops.c   2012-12-19 20:29:40 UTC (rev 
54090)
@@ -230,7 +230,7 @@
 
        /* if area is in +Z-direction loop encloses area counter-clockwise
         * and must be OT_SAME. if area is in -Z-direction, loop encloses
-        * area in clockwise direction nad must be OT_OPPOOSITE
+        * area in clockwise direction and must be OT_OPPOOSITE
         */
        if ((loop_uv_orient == OT_SAME && !flipped) ||
            (loop_uv_orient == OT_OPPOSITE && flipped)) {

Modified: brlcad/trunk/src/conv/obj-g.c
===================================================================
--- brlcad/trunk/src/conv/obj-g.c       2012-12-19 14:15:53 UTC (rev 54089)
+++ brlcad/trunk/src/conv/obj-g.c       2012-12-19 20:29:40 UTC (rev 54090)
@@ -135,7 +135,7 @@
 #define GRP_GROUP    1 /* create bot for each obj file 'g' grouping */
 #define GRP_OBJECT   2 /* create bot for each obj file 'o' grouping */
 #define GRP_MATERIAL 3 /* create bot for each obj file 'usemtl' grouping */
-#define GRP_TEXTURE  4 /* create bot for eacg obj file 'usemap' grouping */
+#define GRP_TEXTURE  4 /* create bot for each obj file 'usemap' grouping */
 
 /* face type */
 #define FACE_V    1 /* polygonal faces only identified by vertices */
@@ -202,7 +202,7 @@
     short int closure_status;         /* i.e. SURF_UNTESTED, SURF_CLOSED, 
SURF_OPEN */
     size_t tot_vertices;              /* sum of contents of num_vertices_arr. 
note: if the face_type
                                       * includes normals and/or texture 
vertices, each vertex must have
-                                      * an associated normal and/or texture 
vertice. therefore this
+                                      * an associated normal and/or texture 
vertices. therefore this
                                       * total is also the total of the 
associated normals and/or texture
                                       * vertices.
                                       */

Modified: brlcad/trunk/src/external/ProEngineer/proe_brl.res
===================================================================
--- brlcad/trunk/src/external/ProEngineer/proe_brl.res  2012-12-19 14:15:53 UTC 
(rev 54089)
+++ brlcad/trunk/src/external/ProEngineer/proe_brl.res  2012-12-19 20:29:40 UTC 
(rev 54090)
@@ -88,12 +88,12 @@
                (starting_ident.InputType       2)
                (starting_ident.Value           "1000")
                (starting_ident.HelpText        "Enter desired value for first 
region identifier")
-               (max_error_l.Label              "Max tesellation error (mm): ")
+               (max_error_l.Label              "Max tessellation error (mm): ")
                (max_error_l.AttachRight        True)
                (max_error.InputType            3)
                (max_error.Value                "3.0")
                (max_error.HelpText             "Enter maximum chord error (in 
mm) for tessellation of curved surfaces")
-               (min_error_l.Label              "Min tesellation error (mm): ")
+               (min_error_l.Label              "Min tessellation error (mm): ")
                (min_error_l.AttachRight        True)
                (min_error.InputType            3)
                (min_error.Value                "3.0")

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


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to