Revision: 56693
http://sourceforge.net/p/brlcad/code/56693
Author: carlmoore
Date: 2013-08-08 16:48:37 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
fix spellings (notice my inclusion of 'ninterp'
Modified Paths:
--------------
brlcad/trunk/misc/auto-man-page/auto-man-progs.txt
brlcad/trunk/src/libicv/decimate.c
brlcad/trunk/src/tclscripts/util/expand_int_ranges.tcl
Modified: brlcad/trunk/misc/auto-man-page/auto-man-progs.txt
===================================================================
--- brlcad/trunk/misc/auto-man-page/auto-man-progs.txt 2013-08-08 16:31:42 UTC
(rev 56692)
+++ brlcad/trunk/misc/auto-man-page/auto-man-progs.txt 2013-08-08 16:48:37 UTC
(rev 56693)
@@ -1,4 +1,4 @@
-# Programs added to this list are exxpected to adhere to the
+# Programs added to this list are expected to adhere to the
# formatting rules in the accompanying README; their DcBook man page
# xml source will be overwritten.
#
Modified: brlcad/trunk/src/libicv/decimate.c
===================================================================
--- brlcad/trunk/src/libicv/decimate.c 2013-08-08 16:31:42 UTC (rev 56692)
+++ brlcad/trunk/src/libicv/decimate.c 2013-08-08 16:48:37 UTC (rev 56693)
@@ -111,7 +111,7 @@
ystep = (double) (bif->height-1) / (double) (out_height) - 1.0e-06;
if ((xstep < 1.0 && ystep > 1.0) || (xstep > 1.0 && ystep < 1.0)) {
- bu_log("nitrep: Can't stretch one way and compress another\n");
+ bu_log("ninterp: Can't stretch one way and compress another\n");
return -1;
}
Modified: brlcad/trunk/src/tclscripts/util/expand_int_ranges.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/util/expand_int_ranges.tcl 2013-08-08
16:31:42 UTC (rev 56692)
+++ brlcad/trunk/src/tclscripts/util/expand_int_ranges.tcl 2013-08-08
16:48:37 UTC (rev 56693)
@@ -60,7 +60,7 @@
} elseif {[regexp {^([0-9]+)$} $block match n]} {
lappend result $n
} else {
- error "Invalid intger range: $block"
+ error "Invalid integer range: $block"
}
}
return $result
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits