summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2025-01-18 14:59:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2025-01-18 21:28:50 +0100
commit2b15ec7525953ea61f35153ab7be2da61c257c1c (patch)
tree2b8b1f937b3ed1ceb80a7c7bd31221bc63824ddf
parent9cba5a740eb07d4a9dacfc7d8eee9f6e2a006ca7 (diff)
Fix typo
Change-Id: Ie50100eb2ab2b099aa4cc6962efc7923669dbf29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180442 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@protonmail.com>
-rw-r--r--sdext/source/pdfimport/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/README.md b/sdext/source/pdfimport/README.md
index 6ce7986005e9..83850833f54c 100644
--- a/sdext/source/pdfimport/README.md
+++ b/sdext/source/pdfimport/README.md
@@ -8,7 +8,7 @@ It is invoked when opening a PDF file, but **not** when inserting
a PDF into a document. Inserting a PDF file renders it and inserts
a non-editable, rendered version.
-The parsing is done by the libary [Poppler](https://poppler.freedesktop.org/)
+The parsing is done by the library [Poppler](https://poppler.freedesktop.org/)
which then calls back into one layer of this code which is built as a
Poppler output device implementation.