gnucash master: Fix silly typo

Geert Janssens gjanssens at code.gnucash.org
Tue Jun 18 09:33:47 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/ccd9ca8a (commit)
	from  https://github.com/Gnucash/gnucash/commit/06fae122 (commit)



commit ccd9ca8a878e2a286a3582ff198af027dd9f6d51
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue Jun 18 15:32:02 2019 +0200

    Fix silly typo

diff --git a/gnucash/report/CMakeLists.txt b/gnucash/report/CMakeLists.txt
index 20e949bc8..93df1726b 100644
--- a/gnucash/report/CMakeLists.txt
+++ b/gnucash/report/CMakeLists.txt
@@ -116,7 +116,7 @@ gnc_add_scheme_targets(scm-report-eguile-parts
 gnc_add_scheme_targets(scm-report-eguile
   "${report_eguile_SCHEME}"
   "gnucash"
-  scm-report-equile-parts
+  scm-report-eguile-parts
   FALSE
 )
 



Summary of changes:
 gnucash/report/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list