diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-01-20 22:05:44 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-01-20 22:05:44 +0100 |
commit | 6978ddbf4738b4c53b9d2edbe6d5ad6a061d0d0f (patch) | |
tree | c86ec03a5e33c7088f31190723f709e26f5f40a2 /drawinglayer/source | |
parent | 6172a95bb077fd43595e02084b5394516738844b (diff) |
Typo
Change-Id: I94fb3020057fb1fb370ffdffee82e40da44bf35b
Diffstat (limited to 'drawinglayer/source')
-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 d168bef63cb7..8466788b8fb2 100644 --- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx @@ -3162,7 +3162,7 @@ namespace drawinglayer // interpret the Metafile interpretMetafile(getMetaFile(), aTargetHolders, aPropertyHolders, rViewInformation); - // get the content. There should be ony one target, as in the start condition, + // get the content. There should be only one target, as in the start condition, // but iterating will be the right thing to do when some push/pop is not closed Primitive2DSequence xRetval; |