summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-15 04:00:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-15 10:13:34 +0200
commit9f5a275a42659339ee41c4e0a4d860f2886470e4 (patch)
treebdcc6903db1d6f37d4b91e80aa87d1d4874a5c2d /filter
parent04edc5c796c1b96e5228d0c1fcf73bcf52465b66 (diff)
Fix typos
Change-Id: I0238202c0dc0380b0e33a9c4567a9513c0afbe91 Reviewed-on: https://gerrit.libreoffice.org/36556 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/flash/swfwriter1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/flash/swfwriter1.cxx b/filter/source/flash/swfwriter1.cxx
index b66cd0ff2234..80521d6493c0 100644
--- a/filter/source/flash/swfwriter1.cxx
+++ b/filter/source/flash/swfwriter1.cxx
@@ -968,7 +968,7 @@ void Writer::Impl_writeJPEG(sal_uInt16 nBitmapId, const sal_uInt8* pJpgData, sal
{
// AS: Go through the actual JPEG bits, separating out the
// header fields from the actual image fields. Fields are
- // identifed by 0xFFXX where XX is the field type. Both
+ // identified by 0xFFXX where XX is the field type. Both
// the header and the image need start and stop (D8 and D9),
// so that's why you see those written to both. I don't
// really know what the rest of these are, I got it to work