$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80488 - trunk/libs/polygon/doc
From: lucanus.j.simonson_at_[hidden]
Date: 2012-09-10 17:39:40
Author: ljsimons
Date: 2012-09-10 17:39:39 EDT (Mon, 10 Sep 2012)
New Revision: 80488
URL: http://svn.boost.org/trac/boost/changeset/80488
Log:
fixed typo
Text files modified: 
   trunk/libs/polygon/doc/voronoi_diagram.htm |    11 ++++++-----                             
   1 files changed, 6 insertions(+), 5 deletions(-)
Modified: trunk/libs/polygon/doc/voronoi_diagram.htm
==============================================================================
--- trunk/libs/polygon/doc/voronoi_diagram.htm	(original)
+++ trunk/libs/polygon/doc/voronoi_diagram.htm	2012-09-10 17:39:39 EDT (Mon, 10 Sep 2012)
@@ -528,7 +528,8 @@
             <td style="font-family: Courier New,Courier,monospace;">voronoi_edge_type* rot_next()<br>
             </td>
             <td>Returns the pointer to the
-CCW next edge rotated around the edge start point.<br>Works for infinite edges as weel.<br>
+CCW next edge rotated around the edge start point.<br>Works for infinite
+              edges as well.<br>
             </td>
           </tr>
           <tr>
@@ -536,13 +537,13 @@
 voronoi_edge_type* rot_next() const<br>
             </td>
             <td>Returns the const pointer
-to the CCW next edge rotated around the edge start point.<br>Works for infinite edges as weel.</td>
+to the CCW next edge rotated around the edge start point.<br>Works for infinite edges as well.</td>
           </tr>
           <tr>
             <td style="font-family: Courier New,Courier,monospace;">voronoi_edge_type* rot_prev()<br>
             </td>
             <td>Returns the pointer to the
-CCW prev edge rotated around the edge start point.<br>Works for infinite edges as weel.<br>
+CCW prev edge rotated around the edge start point.<br>Works for infinite edges as well.<br>
             </td>
           </tr>
           <tr>
@@ -550,7 +551,7 @@
 voronoi_edge_type* rot_prev() const<br>
             </td>
             <td>Returns the const pointer
-to the CCW prev edge rotated around the edge start point.<br>Works for infinite edges as weel.</td>
+to the CCW prev edge rotated around the edge start point.<br>Works for infinite edges as well.</td>
           </tr>
           <tr>
             <td style="font-family: Courier New,Courier,monospace;">bool
@@ -987,4 +988,4 @@
   </tbody>
 </table>
 
-</body></html>
\ No newline at end of file
+</body></html>