summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-31 18:39:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-31 18:48:23 +0200
commitb9b7df5f558eb79533622df5f3390f79a1e5aa79 (patch)
tree353fd2b7c7f20996671827de3f9453e70a9379a0 /filter
parente1bc254df07c3cb566da71244a62187330fe381a (diff)
Fix typos
Change-Id: I3a877a8eb0babb9d04ac9750494576869481c8db Reviewed-on: https://gerrit.libreoffice.org/76763 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/README b/filter/README
index 6c13f14c5e57..78d469a6859f 100644
--- a/filter/README
+++ b/filter/README
@@ -4,7 +4,7 @@ Desperate splitting of code into small shared libraries for historical
reasons presumably (OS/2 and Windows 3.x). The libraries produced from
the code in each subdirectory of filter/source/graphicfilter are
graphic format import or export filters. But they don't have uniform
-API. Some have either an GraphicImport or GraphicExport entry point,
+API. Some have either a GraphicImport or GraphicExport entry point,
and are loaded and used in a uniform fashion from code in
svtools/source/filter/filter.cxx. Others have different API and are
loaded from other places. For instance "icgm" has ImportCGM, and is