diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-01-30 14:01:15 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-01-30 14:04:29 +0100 |
commit | 45befb368528a0c273b695e37d53a56ab90503e5 (patch) | |
tree | 00f0d8df2939817faf7c2f6d66fea681c6a35e6b /drawinglayer | |
parent | a750bb73502cc74980d1bd4e3cbabf6214c65c0d (diff) |
"stati" considered both pretentious and incorrect Latin
As one knows, the Latin plural of the noun status is statūs.
Change-Id: I6b19c57aa2aedcc1337736becc93d8802fe03f2e
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/primitive2d/metafileprimitive2d.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx index 00d00591b73c..ea0a64eb9027 100644 --- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx @@ -64,8 +64,8 @@ namespace { /** helper class for graphic context - This class allows to hold a complete status of classic - VCL OutputDevice stati. This data is needed for correct + This class allows to hold a complete representation of classic + VCL OutputDevice state. This data is needed for correct interpretation of the MetaFile action flow. */ class PropertyHolder |