Revision: 52887
http://brlcad.svn.sourceforge.net/brlcad/?rev=52887&view=rev
Author: carlmoore
Date: 2012-10-09 15:39:16 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
fix a spelling, and remove a duplicate 'the'
Modified Paths:
--------------
brlcad/trunk/src/tab/scriptsort.c
Modified: brlcad/trunk/src/tab/scriptsort.c
===================================================================
--- brlcad/trunk/src/tab/scriptsort.c 2012-10-09 15:08:47 UTC (rev 52886)
+++ brlcad/trunk/src/tab/scriptsort.c 2012-10-09 15:39:16 UTC (rev 52887)
@@ -111,7 +111,7 @@
squirtframes(int base)
{
- sf(0, base); /* start by outputing every base entries at one */
+ sf(0, base); /* start by outputting every base entries at one */
while (base > 1 ) {
sf(base/2, base);
@@ -210,7 +210,7 @@
fprintf(stderr, "getframe: Inserting semi colon.\n");
}
/*
- * Now comes the the rest.
+ * Now comes the rest.
*/
while ((token = yylex()) != END && (token)) {
if (token == CLEAN) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits