Revision: 53840
http://brlcad.svn.sourceforge.net/brlcad/?rev=53840&view=rev
Author: carlmoore
Date: 2012-11-27 21:53:29 +0000 (Tue, 27 Nov 2012)
Log Message:
-----------
fix spellings and insert some missing blanks
Modified Paths:
--------------
brlcad/trunk/src/conv/iges/iges.c
brlcad/trunk/src/libged/rfarb.c
brlcad/trunk/src/libtclcad/tclcad_obj.c
brlcad/trunk/src/tclscripts/archer/Archer.tcl
brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl
brlcad/trunk/src/util/pixbgstrip.c
Modified: brlcad/trunk/src/conv/iges/iges.c
===================================================================
--- brlcad/trunk/src/conv/iges/iges.c 2012-11-27 21:29:41 UTC (rev 53839)
+++ brlcad/trunk/src/conv/iges/iges.c 2012-11-27 21:53:29 UTC (rev 53840)
@@ -128,7 +128,7 @@
"CopiusDa",
"Line",
"Point",
- "Directin",
+ "Direction",
"Matrix",
"B-spline",
"NURB",
@@ -140,8 +140,8 @@
"RC Frust",
"Sphere",
"Torus",
- "Extruson",
- "Ellipsod",
+ "Extrusion",
+ "Ellipsoid",
"BoolTree",
"Assembly",
"BREP Obj",
Modified: brlcad/trunk/src/libged/rfarb.c
===================================================================
--- brlcad/trunk/src/libged/rfarb.c 2012-11-27 21:29:41 UTC (rev 53839)
+++ brlcad/trunk/src/libged/rfarb.c 2012-11-27 21:53:29 UTC (rev 53840)
@@ -115,7 +115,7 @@
if (sscanf(argv[7+3*i+1], "%lf", &pt[i][X]) != 1 ||
sscanf(argv[7+3*i+2], "%lf", &pt[i][Y]) != 1) {
- bu_vls_printf(gedp->ged_result_str, "%s: atleast one bad
value - %s %s",
+ bu_vls_printf(gedp->ged_result_str, "%s: at least one bad
value - %s %s",
argv[0], argv[7+3*i+1], argv[7+3*i+2]);
}
@@ -132,7 +132,7 @@
if (sscanf(argv[7+3*i+1], "%lf", &pt[i][X]) != 1 ||
sscanf(argv[7+3*i+2], "%lf", &pt[i][Y]) != 1) {
- bu_vls_printf(gedp->ged_result_str, "%s: atleast one bad
value - %s %s",
+ bu_vls_printf(gedp->ged_result_str, "%s: at least one bad
value - %s %s",
argv[0], argv[7+3*i+1], argv[7+3*i+2]);
}
@@ -149,7 +149,7 @@
if (sscanf(argv[7+3*i+1], "%lf", &pt[i][X]) != 1 ||
sscanf(argv[7+3*i+2], "%lf", &pt[i][Y]) != 1) {
- bu_vls_printf(gedp->ged_result_str, "%s: atleast one bad
value - %s %s",
+ bu_vls_printf(gedp->ged_result_str, "%s: at least one bad
value - %s %s",
argv[0], argv[7+3*i+1], argv[7+3*i+2]);
}
Modified: brlcad/trunk/src/libtclcad/tclcad_obj.c
===================================================================
--- brlcad/trunk/src/libtclcad/tclcad_obj.c 2012-11-27 21:29:41 UTC (rev
53839)
+++ brlcad/trunk/src/libtclcad/tclcad_obj.c 2012-11-27 21:53:29 UTC (rev
53840)
@@ -3350,7 +3350,7 @@
/* point_ac includes a hole flag */
if (mode != TCLCAD_POLY_CONTOUR_MODE && point_ac < 4) {
- bu_vls_printf(gedp->ged_result_str, "There must be atleast 3 points
per contour");
+ bu_vls_printf(gedp->ged_result_str, "There must be at least 3
points per contour");
Tcl_Free((char *)point_av);
return GED_ERROR;
}
Modified: brlcad/trunk/src/tclscripts/archer/Archer.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Archer.tcl 2012-11-27 21:29:41 UTC
(rev 53839)
+++ brlcad/trunk/src/tclscripts/archer/Archer.tcl 2012-11-27 21:53:29 UTC
(rev 53840)
@@ -4254,7 +4254,7 @@
-helpstr "Toggle matrix mode. Currently set to \"Below\""
} else {
set mObjMatrixMode $MATRIX_ABOVE_MODE
- set mStatusStr "Toggle matrix mode. Currently set to \"Aove\""
+ set mStatusStr "Toggle matrix mode. Currently set to \"Above\""
$itk_component(primaryToolbar) itemconfigure matrixmode \
-image $mImage_matrixModeAbove \
-balloonstr "Toggle matrix mode. Currently set to \"Above\"" \
Modified: brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl 2012-11-27 21:29:41 UTC
(rev 53839)
+++ brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl 2012-11-27 21:53:29 UTC
(rev 53840)
@@ -2404,7 +2404,7 @@
# Get rid of toplevel tree nodes that are no
# longer valid (i.e. either they don't exist or they
- # belong to atleast one combination).
+ # belong to at least one combination).
if {![catch {set clists $mPNode2CList()}]} {
foreach clist $clists {
set ctext [lindex $clist 0]
@@ -3749,7 +3749,7 @@
set cnodes [getCNodesFromCText $_pnode $_ctext]
- # Atleast one node for _pnode/_ctext already exists
+ # At least one node for _pnode/_ctext already exists
if {!$_allow_multiple && $cnodes != {}} {
return
}
Modified: brlcad/trunk/src/util/pixbgstrip.c
===================================================================
--- brlcad/trunk/src/util/pixbgstrip.c 2012-11-27 21:29:41 UTC (rev 53839)
+++ brlcad/trunk/src/util/pixbgstrip.c 2012-11-27 21:53:29 UTC (rev 53840)
@@ -19,7 +19,7 @@
*/
/** @file util/pixbgstrip.c
*
- * Backgound Un-Maker
+ * Background Un-Maker
*
*/
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
DESIGN Expert tips on starting your parallel project right.
http://goparallel.sourceforge.net
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits