vcl/source/gdi/pdfwriter_impl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aecaa87a126a6d84a1a8975ef4c150b0be5ae24b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Mar 18 23:39:20 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Mar 19 11:16:17 2025 +0100

    Fix typo
    
    Change-Id: I2f7dd73ab410c4006a29e31e0cf36565608a4aeb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183104
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/vcl/source/gdi/pdfwriter_impl.cxx 
b/vcl/source/gdi/pdfwriter_impl.cxx
index 98383835d9cb..620b933d0bbe 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -6151,7 +6151,7 @@ bool PDFWriterImpl::emitTrailer()
         aLine.append( "> ]
" );
     }
 
-    // Writes the /DocChecksum - hash off the PDF stream
+    // Writes the /DocChecksum - hash of the PDF stream
     // This entry is not defined in the standard, so don't write it if we
     // are using PDF/UA or PDF/A as the compliance checkers will complain.
     // Actually we shouldn't write it at all...

Reply via email to