gnucash maint: Correct Price Overview documentation typos
Geert Janssens
gjanssens at code.gnucash.org
Mon Aug 21 15:46:55 EDT 2017
Updated via https://github.com/Gnucash/gnucash/commit/a783c8e3 (commit)
from https://github.com/Gnucash/gnucash/commit/38344caa (commit)
commit a783c8e38ff38a448f97c7b257504dea07e04509
Author: Kristjan Onu <k at omnel.ml>
Date: Sat Aug 19 16:49:28 2017 -0400
Correct Price Overview documentation typos
https://bugzilla.gnome.org/show_bug.cgi?id=786525
diff --git a/src/doc/prices.txt b/src/doc/prices.txt
index c280bdc..a5d95bc 100644
--- a/src/doc/prices.txt
+++ b/src/doc/prices.txt
@@ -15,12 +15,12 @@ both the register entry and the price must have links to each other
This is needed because if the user enters an incorrect amt or value
or date in the transaction register, and then corrects it later,
-piossibly weeks or months later, the corresponding price in the
+possibly weeks or months later, the corresponding price in the
priceDB must be fixed as well.
Similarly, if a user deletes a transaction (possibly because it
-contains an error in date/amt/value), then it is adviasable that
-the correpsonding priceDB entry must be deleted as well (since
+contains an error in date/amt/value), then it is advisable that
+the corresponding priceDB entry must be deleted as well (since
it is not safe to assume that the price is 'correct').
\section Rounding errors
@@ -30,7 +30,7 @@ round-off errors can make 'obvious' math inaccurate. Note that if
we define price as (value/amt), then we will find that
value != price * amt due to roundoff handling. One must be careful
and consistent in handling this in the register, as otherwise
-users will be driven crazy by inconsitent behaviour.
+users will be driven crazy by inconsistent behaviour.
(Linas Vepstas April 2003)
Summary of changes:
src/doc/prices.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
More information about the gnucash-changes
mailing list