summaryrefslogtreecommitdiff
path: root/vcl/README.GDIMetaFile
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 09:38:03 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:43:32 +0000
commit65434e8701ab71c8bff8b0ac722d41b0592483dc (patch)
tree6970694ffae28089d60082bf1c5fe71a21a75336 /vcl/README.GDIMetaFile
parent5bea199bae9986d7276a9b2379a577c6cea552ed (diff)
Fix typos
Change-Id: I72db7ff99cde394bc161dfd835bfb0d9a47a53d1 Reviewed-on: https://gerrit.libreoffice.org/34780 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/README.GDIMetaFile')
-rw-r--r--vcl/README.GDIMetaFile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/README.GDIMetaFile b/vcl/README.GDIMetaFile
index 80749c88b372..2c8879de0c25 100644
--- a/vcl/README.GDIMetaFile
+++ b/vcl/README.GDIMetaFile
@@ -3,7 +3,7 @@ GDIMetaFile class
The GDIMetaFile class reads, writes, manipulates and replays metafiles via the VCL module.
-A typical use case is to intialize a new GDIMetaFile, open the actual stored metafile and
+A typical use case is to initialize a new GDIMetaFile, open the actual stored metafile and
read it in via GDIMetaFile::Read( aIStream ). This reads in the metafile into the GDIMetafile
object - it can read in an old-style VCLMTF metafile (back in the days that Microsoft didn't
document the metafile format this was used), as well as EMF+ files - and adds them to a list