From 2b15ec7525953ea61f35153ab7be2da61c257c1c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 18 Jan 2025 14:59:26 +0100 Subject: [PATCH] Fix typo Change-Id: Ie50100eb2ab2b099aa4cc6962efc7923669dbf29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180442 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@protonmail.com> --- sdext/source/pdfimport/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.