summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-07-26 17:56:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-07-26 18:04:41 +0200
commitdd43ed8610f2d3e4c90d4bfd8a6ab3c736e5b4b8 (patch)
tree091ff7e48d7b6ff050b9d05be0322de9a97e545a /sdext
parenta21a2bbb1c6f6a9281783bb6818cddc9075fe7c5 (diff)
Fix typos
Change-Id: If0c2b0df62d2f307ceaef0ea961a0ff221ba5e65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119520 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/wrapper/wrapper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx
index ffa29b1f7b7b..7cf30241c5ee 100644
--- a/sdext/source/pdfimport/wrapper/wrapper.cxx
+++ b/sdext/source/pdfimport/wrapper/wrapper.cxx
@@ -556,11 +556,11 @@ void LineParser::readFont()
/* The above font attributes (fontName, bold, italic) are based on
xpdf line output and may not be reliable. To get correct attributes,
we do the following:
- 1. Read the embeded font file and determine the attributes based on the
+ 1. Read the embedded font file and determine the attributes based on the
font file.
2. If we failed to read the font file, or empty result is returned, then
determine the font attributes from the font name.
- 3. If all these attemps have failed, then use a fallback font.
+ 3. If all these attempts have failed, then use a fallback font.
*/
if (nFileLen > 0)
{