Revision: 69991
          http://sourceforge.net/p/brlcad/code/69991
Author:   brlcad
Date:     2017-07-24 18:49:21 +0000 (Mon, 24 Jul 2017)
Log Message:
-----------
spelling while browsing

Modified Paths:
--------------
    brlcad/trunk/src/other/openNURBS/example_read/example_read.cpp
    brlcad/trunk/src/other/openNURBS/opennurbs_planesurface.cpp

Modified: brlcad/trunk/src/other/openNURBS/example_read/example_read.cpp
===================================================================
--- brlcad/trunk/src/other/openNURBS/example_read/example_read.cpp      
2017-07-24 18:34:19 UTC (rev 69990)
+++ brlcad/trunk/src/other/openNURBS/example_read/example_read.cpp      
2017-07-24 18:49:21 UTC (rev 69991)
@@ -277,7 +277,7 @@
     return 0;
   }
 
-  // Call once in your application to initialze opennurbs library
+  // Call once in your application to initialize opennurbs library
   ON::Begin();
 
   // default dump is to stdout

Modified: brlcad/trunk/src/other/openNURBS/opennurbs_planesurface.cpp
===================================================================
--- brlcad/trunk/src/other/openNURBS/opennurbs_planesurface.cpp 2017-07-24 
18:34:19 UTC (rev 69990)
+++ brlcad/trunk/src/other/openNURBS/opennurbs_planesurface.cpp 2017-07-24 
18:49:21 UTC (rev 69991)
@@ -589,7 +589,7 @@
         const ON_Interval* tdomain  // second parameter sub_domain
         ) const
 {
-  // for planes, global serach is fast and returns same answer as local search
+  // for planes, global search is fast and returns same answer as local search
   return GetClosestPoint(test_point,s,t,0.0,sdomain,tdomain);
 }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to