Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76151 - in trunk: boost/geometry/extensions/contrib/ttmath libs/geometry/test/multi/algorithms/overlay
From: mateusz_at_[hidden]
Date: 2011-12-25 12:33:35


Author: mloskot
Date: 2011-12-25 12:33:34 EST (Sun, 25 Dec 2011)
New Revision: 76151
URL: http://svn.boost.org/trac/boost/changeset/76151

Log:
[geometry] Fix typos. Refs #6003.
Text files modified:
   trunk/boost/geometry/extensions/contrib/ttmath/ttmathparser.h | 2 +-
   trunk/libs/geometry/test/multi/algorithms/overlay/multi_overlay_cases.hpp | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/geometry/extensions/contrib/ttmath/ttmathparser.h
==============================================================================
--- trunk/boost/geometry/extensions/contrib/ttmath/ttmathparser.h (original)
+++ trunk/boost/geometry/extensions/contrib/ttmath/ttmathparser.h 2011-12-25 12:33:34 EST (Sun, 25 Dec 2011)
@@ -324,7 +324,7 @@
 
 /*!
         pointer to the currently reading char
- when an error has occured it may be used to count the index of the wrong character
+ when an error has occurred it may be used to count the index of the wrong character
 */
 const char * pstring;
 

Modified: trunk/libs/geometry/test/multi/algorithms/overlay/multi_overlay_cases.hpp
==============================================================================
--- trunk/libs/geometry/test/multi/algorithms/overlay/multi_overlay_cases.hpp (original)
+++ trunk/libs/geometry/test/multi/algorithms/overlay/multi_overlay_cases.hpp 2011-12-25 12:33:34 EST (Sun, 25 Dec 2011)
@@ -375,7 +375,7 @@
 
 static std::string case_recursive_boxes_4[2] =
 {
- // Occured after refactoring assemble
+ // Occurred after refactoring assemble
     "MULTIPOLYGON(((9 3,10 4,10 3,9 3)),((9 9,10 10,10 9,9 9)),((0 1,0 3,1 4,0 4,0 5,1 6,0 6,0 8,1 9,1 8,2 9,2 7,1.5 6.5,2.5 5.5,3 6,3 5,4 6,2 6,2 7,3 8,2 8,3 9,0 9,0 10,6 10,5.5 9.5,6 9,6 10,7 10,7.5 9.5,8 10,8 9,7 9,7 8,6 8,6.5 7.5,7 8,8 8,8 9,9 9,9.5 8.5,10 9,10 8,9.5 7.5,10 7,10 5,8 5,8 4,7 3,7 2,8 3,8 4,9 5,9 3,10 2,10 1,8 1,8.5 0.5,9 1,10 0,4 0,4 1,3 1,3 0,1 0,1 1,0 0,0 1),(4 2,4.5 1.5,5 2,5 4,4.5 3.5,5 3,4 3,4 2),(3 3,4 4,2 4,2.5 3.5,3 4,3 3),(6 4,6.5 3.5,7 4,6 4),(5 7,5 9,4 9,4 8,5 7)))",
     "MULTIPOLYGON(((1 0,2 1,2 0,1 0)),((7 9,7 10,8 10,7 9)),((1 0,0 0,0 3,1 3,2 2,2 3,1 3,1 4,2 4,2 5,1 4,0 4,0 8,1 7,1 6,2 7,1 7,1 9,0 9,0 10,7 10,6 9,6.5 8.5,7 9,8 9,9 8,8 8,9 7,9 6,10 7,10 5,9 5,9 4,10 5,10 0,7 0,8 1,7 1,6 0,3 0,3 1,1 1,1 0),(5 1,5.5 0.5,6 1,6 2,6.5 1.5,7 2,8 2,8 4,7 3,6 3,6 2,5 2,6 1,5 1),(4 4,5 4,5 5,4 4),(4 6,4 7,3 7,2 6,3 6,3 7,4 6),(6 5,6.5 4.5,7 5,6 5,7 6,7 7,6 7,6 5),(3.5 7.5,4 8,4 9,3 8,3.5 7.5)),((9 8,9 9,8 9,9 10,10 10,10 8,9 8)))"
 };


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk