sdext/source/pdfimport/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2b15ec7525953ea61f35153ab7be2da61c257c1c Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Jan 18 14:59:26 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jan 18 21:28:50 2025 +0100 Fix typo Change-Id: Ie50100eb2ab2b099aa4cc6962efc7923669dbf29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180442 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001...@protonmail.com> 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.