Revision: 54024
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54024&view=rev
Author:   carlmoore
Date:     2012-12-07 18:30:36 +0000 (Fri, 07 Dec 2012)
Log Message:
-----------
fix spellings, including one in Spanish

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/lessons/es/mged09_esfera_en_caja_exhibidora.xml
    brlcad/trunk/include/raytrace.h
    brlcad/trunk/src/conv/iges/getcurve.c
    brlcad/trunk/src/libged/simulate/simrt.h
    brlcad/trunk/src/tclscripts/lib/Ged.tcl

Modified: 
brlcad/trunk/doc/docbook/lessons/es/mged09_esfera_en_caja_exhibidora.xml
===================================================================
--- brlcad/trunk/doc/docbook/lessons/es/mged09_esfera_en_caja_exhibidora.xml    
2012-12-07 16:33:11 UTC (rev 54023)
+++ brlcad/trunk/doc/docbook/lessons/es/mged09_esfera_en_caja_exhibidora.xml    
2012-12-07 18:30:36 UTC (rev 54024)
@@ -259,7 +259,7 @@
        mover y rotar objetos puede ser realizado de distintas maneras, de
        acuerdo a la precisión deseada.
        Como fue descripto previamente, las funciones Shift Grip (Arrastrar
-       utilizadno el mouse) pueden ser usadas como una manera rápida para
+       utilizando el mouse) pueden ser usadas como una manera rápida para
        cambiar un objeto cuando su ángulo exacto y localización no son
        importantes. Alternativamente, para alcanzar una mayor precisión,
        pueden aplicarse los comandos Translate (Traslación) y Rotate

Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h     2012-12-07 16:33:11 UTC (rev 54023)
+++ brlcad/trunk/include/raytrace.h     2012-12-07 18:30:36 UTC (rev 54024)
@@ -819,7 +819,7 @@
     struct animate * dbi_anroot;       /**< @brief PRIVATE: heads list of anim 
at root lvl */
     struct bu_mapped_file * dbi_mf;    /**< @brief PRIVATE: Only in read-only 
mode */
     struct bu_ptbl dbi_clients;                /**< @brief PRIVATE: List of 
rtip's using this db_i */
-    int dbi_version;                   /**< @brief PRIVATE: use db_verison() */
+    int dbi_version;                   /**< @brief PRIVATE: use db_version() */
     struct rt_wdb * dbi_wdbp;          /**< @brief PRIVATE: ptr back to 
containing rt_wdb */
 };
 #define DBI_NULL ((struct db_i *)0)

Modified: brlcad/trunk/src/conv/iges/getcurve.c
===================================================================
--- brlcad/trunk/src/conv/iges/getcurve.c       2012-12-07 16:33:11 UTC (rev 
54023)
+++ brlcad/trunk/src/conv/iges/getcurve.c       2012-12-07 18:30:36 UTC (rev 
54024)
@@ -498,7 +498,7 @@
                        break;
                    }
                    b = b/c;
-                   t1 = (b + c)/2.0; /* vaule of 't' at v1 */
+                   t1 = (b + c)/2.0; /* value of 't' at v1 */
                    t2 = (b - c)/2.0; /* value of 't' at v2 */
                    xc = v1[0] - a*t1*t1*cos(theta) + t1*sin(theta);
                    yc = v1[1] - a*t1*t1*sin(theta) - t1*cos(theta);

Modified: brlcad/trunk/src/libged/simulate/simrt.h
===================================================================
--- brlcad/trunk/src/libged/simulate/simrt.h    2012-12-07 16:33:11 UTC (rev 
54023)
+++ brlcad/trunk/src/libged/simulate/simrt.h    2012-12-07 18:30:36 UTC (rev 
54024)
@@ -68,7 +68,7 @@
 
 /*
  * This structure is a single node of an array
- * of overlap regions: similar to the one in nirt/usrfrmt.h
+ * of overlap regions: similar to the one in nirt/usrfmt.h
  */
 struct overlap {
     int index;

Modified: brlcad/trunk/src/tclscripts/lib/Ged.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/Ged.tcl     2012-12-07 16:33:11 UTC (rev 
54023)
+++ brlcad/trunk/src/tclscripts/lib/Ged.tcl     2012-12-07 18:30:36 UTC (rev 
54024)
@@ -5317,7 +5317,7 @@
     $help add plot             {{file [2|3] [f] [g] [z]} {creates a plot file 
of the current view}}
     $help add pmat             {{} {get the perspective matrix}}
     $help add pmodel2view      {{} {get the pmodel2view matrix}}
-    $help add png              {{[-c r/g/b] [-s size] file} {creates a png 
file of the current view (wirefram only)}}
+    $help add png              {{[-c r/g/b] [-s size] file} {creates a png 
file of the current view (wireframe only)}}
     $help add pov              {{args} {experimental:  set point-of-view}}
     $help add prcolor          {{} {print color and material table}}
     $help add prefix           {{new_prefix object(s)} {prefix each occurrence 
of object name(s)}}

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