summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-01 15:51:12 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-09-01 17:15:14 +0200
commit5aafb3db7e8316e8e5a8665d6161fda4d4588443 (patch)
tree0bc3169dcdcf36594c6e573d318f9e119a5e13bc /filter
parentef8341f05ec79fcdac3b05b45659f5c98ff05edf (diff)
Fix typos
Change-Id: I4496faa9ce7cad393bf06ca789099b045aea2741 Reviewed-on: https://gerrit.libreoffice.org/41785 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/typedetection.hxx2
-rw-r--r--filter/source/svg/svgwriter.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index d4fe0b6a4ba3..27937e4d3f05 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -132,7 +132,7 @@ private:
/** @short seek a might existing stream to position 0.
- @descr This is an optinal action to be more robust
+ @descr This is an optional action to be more robust
in case any detect service doesn't make this seek ...
Normally it's part of any called detect service or filter ...
but sometimes it's not done there.
diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index 2bf4b1c0ad2d..3daad7bfe0a4 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -3298,7 +3298,7 @@ void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf,
{
mapCurShape->maShapePolyPoly = aStartArrow;
- if( pElementId ) // #i124825# pElementId is optinal, may be zero
+ if( pElementId ) // #i124825# pElementId is optional, may be zero
{
mapCurShape->maId = *pElementId + "_" + OUString::number(nEntryCount++);
}
@@ -3310,7 +3310,7 @@ void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf,
{
mapCurShape->maShapePolyPoly = aEndArrow;
- if( pElementId ) // #i124825# pElementId is optinal, may be zero
+ if( pElementId ) // #i124825# pElementId is optional, may be zero
{
mapCurShape->maId = *pElementId + "_" + OUString::number(nEntryCount++);
}