summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-12-15 19:37:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-12-16 19:41:58 +0100
commit651ffebdb7cad18ec0a2dda294a6fff231638409 (patch)
tree148913f722eea11e9a7ab1a9293ea4ce0dab028c /vcl
parent1eb25c11500a235aa141a327a5489f6861e60a89 (diff)
Fix typos
Change-Id: I1c0e4daa835eba2004ffe9490757dd91d9c9889b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107790 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/impgraph.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index fec7c9654f4c..2dd1d0447f10 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -1231,7 +1231,7 @@ bool ImpGraphic::swapOutContent(SvStream& rStream)
sal_uLong nDataFieldPos;
- // Write te SWAP ID
+ // Write the SWAP ID
rStream.WriteUInt32(SWAP_FORMAT_ID);
rStream.WriteInt32(static_cast<sal_Int32>(meType));