summaryrefslogtreecommitdiff
path: root/include/drawinglayer
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-03-09 15:21:10 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-03-09 19:52:27 +0100
commit65a004ccefbb32c497ea2b2a1384c9e139d3bc33 (patch)
treef4eaafa576ba82888afb187ba5f21840bac4507f /include/drawinglayer
parenta5dc7a01287046ec7906f78bda38e3f54c3bb17d (diff)
Fix typo
Change-Id: I9eea6fe0f221f1287f5b82f3a4ed07321e1c2d4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90229 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/drawinglayer')
-rw-r--r--include/drawinglayer/processor2d/textaspolygonextractor2d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/processor2d/textaspolygonextractor2d.hxx b/include/drawinglayer/processor2d/textaspolygonextractor2d.hxx
index b41587497b44..e973a372ad01 100644
--- a/include/drawinglayer/processor2d/textaspolygonextractor2d.hxx
+++ b/include/drawinglayer/processor2d/textaspolygonextractor2d.hxx
@@ -63,7 +63,7 @@ namespace drawinglayer
/** TextAsPolygonExtractor2D class
- This processor extracts text in the feeded primitives to filled polygons
+ This processor extracts text in the fed primitives to filled polygons
*/
class DRAWINGLAYER_DLLPUBLIC TextAsPolygonExtractor2D final : public BaseProcessor2D
{