From 8731c5e383d54881ecf6e15fdd55b412ef4bfcf9 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 3 Mar 2014 17:24:49 +0100 Subject: Fix some typos Change-Id: If46057e48040fda7b61b81e735c171daf2cc7d06 Reviewed-by: Jerome Pasion --- src/3rdparty/poly2tri/sweep/sweep.cpp | 2 +- src/3rdparty/poly2tri/sweep/sweep_context.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/3rdparty') diff --git a/src/3rdparty/poly2tri/sweep/sweep.cpp b/src/3rdparty/poly2tri/sweep/sweep.cpp index 4df63038..902c0295 100644 --- a/src/3rdparty/poly2tri/sweep/sweep.cpp +++ b/src/3rdparty/poly2tri/sweep/sweep.cpp @@ -789,7 +789,7 @@ void Sweep::FlipScanEdgeEvent(SweepContext& tcx, Point& ep, Point& eq, Triangle& // flip with new edge op->eq FlipEdgeEvent(tcx, eq, op, &ot, op); // TODO: Actually I just figured out that it should be possible to - // improve this by getting the next ot and op before the the above + // improve this by getting the next ot and op before the above // flip and continue the flipScanEdgeEvent here // set new ot and op here and loop back to inScanArea test // also need to set a new flip_triangle first diff --git a/src/3rdparty/poly2tri/sweep/sweep_context.h b/src/3rdparty/poly2tri/sweep/sweep_context.h index 482ab795..cd9a037c 100644 --- a/src/3rdparty/poly2tri/sweep/sweep_context.h +++ b/src/3rdparty/poly2tri/sweep/sweep_context.h @@ -38,7 +38,7 @@ namespace p2t { -// Inital triangle factor, seed triangle will extend 30% of +// Initial triangle factor, seed triangle will extend 30% of // PointSet width to both left and right. const float kAlpha = float(0.3); -- cgit v1.2.1