summaryrefslogtreecommitdiff
path: root/basegfx/source/raster/rasterconvert3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/raster/rasterconvert3d.cxx')
-rw-r--r--basegfx/source/raster/rasterconvert3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/raster/rasterconvert3d.cxx b/basegfx/source/raster/rasterconvert3d.cxx
index 5ea062a0e95b..5132ade1cc52 100644
--- a/basegfx/source/raster/rasterconvert3d.cxx
+++ b/basegfx/source/raster/rasterconvert3d.cxx
@@ -111,7 +111,7 @@ namespace basegfx
// sort current scanline using comparator. Only X is used there
// since all entries are already in one processed line. This needs to be done
- // everytime since not only new spans may have benn added or old removed,
+ // every time since not only new spans may have benn added or old removed,
// but incrementing may also have changed the order
::std::sort(aCurrentLine.begin(), aCurrentLine.end(), lineComparator());