gnucash master: Multiple changes pushed

J.Alex Aycinena alex.aycinena at code.gnucash.org
Fri May 4 13:20:53 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/435b0ace (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8b3a8744 (commit)
	from  https://github.com/Gnucash/gnucash/commit/52ac539d (commit)



commit 435b0ace18d5d7a89b1fef0449b5861474d5910a
Merge: 52ac539 8b3a874
Author: gnucash-dev <gnucash-dev at DellFedora27VM.home>
Date:   Fri May 4 10:13:29 2018 -0700

    Merge branch 'maint'


commit 8b3a874418e45b5a3961ce40df91f5be0a56caf1
Author: gnucash-dev <gnucash-dev at DellFedora27VM.home>
Date:   Fri May 4 10:04:52 2018 -0700

    Fix typo

diff --git a/libgnucash/backend/xml/sixtp-dom-parsers.cpp b/libgnucash/backend/xml/sixtp-dom-parsers.cpp
index 0ef82e9..a788ef0 100644
--- a/libgnucash/backend/xml/sixtp-dom-parsers.cpp
+++ b/libgnucash/backend/xml/sixtp-dom-parsers.cpp
@@ -868,6 +868,6 @@ dom_tree_valid_time64 (time64 val, const xmlChar * name)
     if (val != INT64_MAX)
         return TRUE;
     g_warning ("Invalid timestamp in data file. Look for a '%s' entry "
-            "with a year outside of the valie range: 1400..10000", name);
+            "with a year outside of the valid range: 1400..10000", name);
     return FALSE;
 }



Summary of changes:
 libgnucash/backend/xml/sixtp-dom-parsers.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list