Revision: 53868
http://brlcad.svn.sourceforge.net/brlcad/?rev=53868&view=rev
Author: carlmoore
Date: 2012-11-28 19:41:04 +0000 (Wed, 28 Nov 2012)
Log Message:
-----------
fix spellings including Glassner
Modified Paths:
--------------
brlcad/trunk/src/libbn/mat.c
brlcad/trunk/src/libbn/tplot.c
brlcad/trunk/src/libfft/splitdit.c
brlcad/trunk/src/libfft/splitditc.c
brlcad/trunk/src/liboptical/CMakeLists.txt
brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c
Modified: brlcad/trunk/src/libbn/mat.c
===================================================================
--- brlcad/trunk/src/libbn/mat.c 2012-11-28 19:33:02 UTC (rev 53867)
+++ brlcad/trunk/src/libbn/mat.c 2012-11-28 19:41:04 UTC (rev 53868)
@@ -789,7 +789,7 @@
point_t origin = VINIT_ZERO;
/**
- * The method used here is from Graphics Gems, A. Glasner, ed.
+ * The method used here is from Graphics Gems, A. Glassner, ed.
* page 531, "The Use of Coordinate Frames in Computer Graphics",
* by Ken Turkowski, Example 6.
*/
Modified: brlcad/trunk/src/libbn/tplot.c
===================================================================
--- brlcad/trunk/src/libbn/tplot.c 2012-11-28 19:33:02 UTC (rev 53867)
+++ brlcad/trunk/src/libbn/tplot.c 2012-11-28 19:41:04 UTC (rev 53868)
@@ -127,7 +127,7 @@
/** T P _ I P O W
*@brief
- * tp_ipow() raises a floating point number to a positve integer
+ * tp_ipow() raises a floating point number to a positive integer
* power.
* XXX Horribly inefficient!
*/
Modified: brlcad/trunk/src/libfft/splitdit.c
===================================================================
--- brlcad/trunk/src/libfft/splitdit.c 2012-11-28 19:33:02 UTC (rev 53867)
+++ brlcad/trunk/src/libfft/splitdit.c 2012-11-28 19:41:04 UTC (rev 53868)
@@ -152,7 +152,7 @@
}
/*
- * For some reason the Imag part is comming out with the wrong
+ * For some reason the Imag part is coming out with the wrong
* sign, so we reverse it here! We need to figure this out!
*/
for ( i = N/2+1; i < N; i++ )
Modified: brlcad/trunk/src/libfft/splitditc.c
===================================================================
--- brlcad/trunk/src/libfft/splitditc.c 2012-11-28 19:33:02 UTC (rev 53867)
+++ brlcad/trunk/src/libfft/splitditc.c 2012-11-28 19:41:04 UTC (rev 53868)
@@ -172,7 +172,7 @@
}
}
- /* For some reason the Imag part is comming out with the wrong
+ /* For some reason the Imag part is coming out with the wrong
* sign, so we reverse it here! We need to figure this out!
*/
printf("\n /* reverse Imag part! */\n");
Modified: brlcad/trunk/src/liboptical/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/liboptical/CMakeLists.txt 2012-11-28 19:33:02 UTC (rev
53867)
+++ brlcad/trunk/src/liboptical/CMakeLists.txt 2012-11-28 19:41:04 UTC (rev
53868)
@@ -86,7 +86,7 @@
COMPONENTS ${Boost_COMPONENTS})
# If it was not found, check if BOOST_ROOT was set
if(NOT Boost_FILESYSTEM_LIBRARY)
- message("Cheking if BOOST ROOT was FOUND")
+ message("Checking if BOOST ROOT was FOUND")
endif()
message("Boost filesystem: ${Boost_FILESYSTEM_LIBRARY}")
Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c 2012-11-28
19:33:02 UTC (rev 53867)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c 2012-11-28
19:41:04 UTC (rev 53868)
@@ -1462,7 +1462,7 @@
/* we hit the vertex */
BU_LIST_MAGIC_SET(&myhit->l, NMG_RT_HIT_SUB_MAGIC);
} else {
- /* both verticies were missed, so edge is missed */
+ /* both vertices were missed, so edge is missed */
BU_LIST_MAGIC_SET(&myhit->l, NMG_RT_MISS_MAGIC);
}
BU_LIST_INSERT(&rd->rd_miss, &myhit->l);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits