Revision: 65127
http://sourceforge.net/p/brlcad/code/65127
Author: carlmoore
Date: 2015-06-01 14:29:21 +0000 (Mon, 01 Jun 2015)
Log Message:
-----------
fix spellings
Modified Paths:
--------------
brlcad/trunk/src/conv/gcv/gcv.cpp
Modified: brlcad/trunk/src/conv/gcv/gcv.cpp
===================================================================
--- brlcad/trunk/src/conv/gcv/gcv.cpp 2015-05-31 18:06:32 UTC (rev 65126)
+++ brlcad/trunk/src/conv/gcv/gcv.cpp 2015-06-01 14:29:21 UTC (rev 65127)
@@ -31,7 +31,7 @@
#include "bu.h"
-/* Emulate a FASTGEN4 format option processer */
+/* Emulate a FASTGEN4 format option processor */
enum fg4_opt_enums { FG4_TOL, FG4_WARN_DEFAULT_NAMES };
struct bu_opt_desc fg4_opt_desc[3] = {
{FG4_TOL, 1, 1, "t", "tol", NULL, "-t tol",
"--tol tol", "Dimensional tolerance." },
@@ -57,7 +57,7 @@
bu_opt_data_free(results);
}
-/* Emulate a STL format option processer */
+/* Emulate a STL format option processor */
enum stl_opt_enums { STL_TOL, STL_UNITS };
struct bu_opt_desc stl_opt_desc[3] = {
{STL_TOL, 1, 1, "t", "tol", NULL, "-t tol", "--tol tol",
"Dimensional tolerance." },
@@ -397,7 +397,7 @@
goto cleanup;
}
- /* TODO - Do a general check on option validity here - if anything fails,
hault and
+ /* TODO - Do a general check on option validity here - if anything fails,
halt and
* report it */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits