gnucash maint: typo

Geert Janssens gjanssens at code.gnucash.org
Tue Dec 4 12:19:33 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/96e27a41 (commit)
	from  https://github.com/Gnucash/gnucash/commit/51988054 (commit)



commit 96e27a4199a94f1e0d26b42547dd27d1c30e121c
Author: Christoph Holtermann <c.holtermann at gmx.de>
Date:   Tue Dec 4 12:05:59 2018 +0100

    typo

diff --git a/libgnucash/engine/gnc-numeric.hpp b/libgnucash/engine/gnc-numeric.hpp
index 8480251..9e3189b 100644
--- a/libgnucash/engine/gnc-numeric.hpp
+++ b/libgnucash/engine/gnc-numeric.hpp
@@ -38,7 +38,7 @@ class GncRational;
  * GncRational) and reducing the result. If the result would overflow a 64-bit
  * representation then the GncNumeric(GncRational&) constructor will call
  * GncRational::round_to_numeric() to get the value to fit. It will not raise an
- * exeception, so in the unlikely event that you need an error instead of
+ * exception, so in the unlikely event that you need an error instead of
  * rounding, use GncRational directly.
  *
  * Errors: Errors are signalled by exceptions as follows:



Summary of changes:
 libgnucash/engine/gnc-numeric.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list