diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-10-23 12:56:00 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-10-23 17:17:01 +0000 |
commit | 525311b0d6db11f247097fe76d1b2967966cf669 (patch) | |
tree | f1b6e1c427ba7134bad76151b0acfac90c252151 /xmlsecurity | |
parent | 40d39343cccff39e1f83c4553fda45478de577a9 (diff) |
Fix typos
Change-Id: Ib7b17f85c7b6a1937c3f6e1617ceec58074643b4
Reviewed-on: https://gerrit.libreoffice.org/30040
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/pdfio/pdfdocument.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/pdfio/pdfdocument.cxx b/xmlsecurity/source/pdfio/pdfdocument.cxx index 753c308fcfe9..2a5b70e92ac5 100644 --- a/xmlsecurity/source/pdfio/pdfdocument.cxx +++ b/xmlsecurity/source/pdfio/pdfdocument.cxx @@ -218,7 +218,7 @@ public: bool Read(SvStream& rStream) override; }; -/// The trailer signleton is at the end of the doc. +/// The trailer singleton is at the end of the doc. class PDFTrailerElement : public PDFElement { PDFDocument& m_rDoc; @@ -854,7 +854,7 @@ void PDFDocument::ReadXRef(SvStream& rStream) PDFNumberElement aGenerationNumber; if (!aGenerationNumber.Read(rStream)) { - SAL_WARN("xmlsecurity.pdfio", "PDFDocument::ReadXRef: failed to read genration number"); + SAL_WARN("xmlsecurity.pdfio", "PDFDocument::ReadXRef: failed to read generation number"); return; } |