diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-05-24 21:45:10 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-05-24 21:50:20 +0200 |
commit | cd6ee5de8ef7345ba219f0d50e9e1ee45332e55f (patch) | |
tree | 6c0469a2fdca0f7a3a7986da4c76376c36cb3942 /basegfx | |
parent | e9bb2e6f09d711833e659db3b229326d5e997266 (diff) |
comments: fix mis-use of eventual in English
The adjective was used as the German meaning, which translates to
maybe or possibly.
Change-Id: Iaf5b38f628b23796829a1c4bd3919d4e13b874f0
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/polygon/b2dtrapezoid.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx index d7168b715ae1..935287e3a53a 100644 --- a/basegfx/source/polygon/b2dtrapezoid.cxx +++ b/basegfx/source/polygon/b2dtrapezoid.cxx @@ -763,7 +763,7 @@ namespace basegfx aAllRange.expand(aRightRange); // prepare loop iterator; aCurrent needs to stay unchanged for - // eventual sorted insertions of new EdgeNodes. Also prepare stop flag + // possibly sorted insertions of new EdgeNodes. Also prepare stop flag TrDeEdgeEntries::iterator aLoop(aCurrent); bool bDone(false); @@ -848,7 +848,7 @@ namespace basegfx } // when we get here, the intended trapezoid can be used. It needs to - // be corrected, eventually (if prepared); but this is no reason not to + // be corrected possibly (if prepared); but this is no reason not to // use it in the same loop iteration if(!bEndOnSameLine) { |