diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-02-07 22:36:07 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-02-08 06:53:49 +0000 |
commit | 6d68e88a0fc5a54bbb826379163bd0b9c6eae0fb (patch) | |
tree | c71c204dff5a2c69b04bdd8745e555e1f329e1f1 /drawinglayer | |
parent | a86f46ec138e0215c6c82200ab5aea35fdb217b2 (diff) |
Fix typos
Change-Id: I4586168d3af81f047a4ded59fc6d257f17554885
Reviewed-on: https://gerrit.libreoffice.org/22194
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/primitive2d/metafileprimitive2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx index 3931d196ac1b..24c30ea7efeb 100644 --- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx @@ -3098,7 +3098,7 @@ namespace { // XGRAD_SEQ_BEGIN, XGRAD_SEQ_END should be supported since the // pure recorded paint of the gradients uses the XOR paint functionality - // ('trick'). This is (and will be) problematic with AntAliasing, so it's + // ('trick'). This is (and will be) problematic with AntiAliasing, so it's // better to use this info const MetaGradientExAction* pMetaGradientExAction = nullptr; bool bDone(false); |