diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:13:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:18 +0100 |
commit | 7d3b9d3333aa1aaa1066863f95e29e506e21ad52 (patch) | |
tree | 41079761a8d9ce0f65015d84bb3e431f5d0d0f0e /canvas | |
parent | 8bb09efc92fe4de373f4ed4759f29108feb8cc3a (diff) |
typo: optimisation -> optimization
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/vcl/canvashelper_texturefill.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx index 8514f8a23473..a34d5df812b1 100644 --- a/canvas/source/vcl/canvashelper_texturefill.cxx +++ b/canvas/source/vcl/canvashelper_texturefill.cxx @@ -578,7 +578,7 @@ namespace vclcanvas // this distinction really looks like a - // micro-optimisation, but in fact greatly speeds up + // micro-optimization, but in fact greatly speeds up // especially complex gradients. That's because when using // clipping, we can output polygons instead of // poly-polygons, and don't have to output the gradient @@ -963,7 +963,7 @@ namespace vclcanvas // this distinction really looks like a - // micro-optimisation, but in fact greatly speeds up + // micro-optimization, but in fact greatly speeds up // especially complex fills. That's because when using // clipping, we can output polygons instead of // poly-polygons, and don't have to output the gradient |