gnucash-docs maint: Fix comment

Geert Janssens gjanssens at code.gnucash.org
Sat Feb 22 13:15:01 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/4b8578b8 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/0479ece9 (commit)



commit 4b8578b84101a993fe8947c58013926308cabfef
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jan 17 16:14:07 2020 +0100

    Fix comment

diff --git a/cmake/AddPdfTarget.cmake b/cmake/AddPdfTarget.cmake
index b813b51..f8e6624 100644
--- a/cmake/AddPdfTarget.cmake
+++ b/cmake/AddPdfTarget.cmake
@@ -8,7 +8,7 @@ function (add_pdf_target docname lang entities figures)
 
     # Determine paper format depending on language (which maps to the document's directory name)
     # * for language "C" (fallback language) determine paper format based on current locale
-    # * for other languages, the will be set to letter. All others use A4.
+    # * all others use A4.
     set (XSLTFLAGS_FO "--stringparam paper.type A4")
     if (lang STREQUAL "C")
         # For the fallback language determine paper format depending on locale



Summary of changes:
 cmake/AddPdfTarget.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list