summaryrefslogtreecommitdiff
path: root/src/3rdparty
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-03 17:24:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-03 17:53:41 +0100
commit8731c5e383d54881ecf6e15fdd55b412ef4bfcf9 (patch)
tree3fac5bae9da780f4205abd3b97aefd0d2e03a460 /src/3rdparty
parent61d235c2f5af88a0a22105722142f2c72817ee00 (diff)
downloadqtlocation-8731c5e383d54881ecf6e15fdd55b412ef4bfcf9.tar.gz
Fix some typos
Change-Id: If46057e48040fda7b61b81e735c171daf2cc7d06 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/poly2tri/sweep/sweep.cpp2
-rw-r--r--src/3rdparty/poly2tri/sweep/sweep_context.h2
2 files changed, 2 insertions, 2 deletions
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);