diff options
-rw-r--r-- | src/amount.h | 2 | ||||
-rw-r--r-- | test/regress/25A099C9.dat | 2 | ||||
-rw-r--r-- | test/regress/89233B6D-a.dat | 2 | ||||
-rw-r--r-- | test/regress/89233B6D-b.dat | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/amount.h b/src/amount.h index a8672dce..a2a8d9e0 100644 --- a/src/amount.h +++ b/src/amount.h @@ -499,7 +499,7 @@ public: fits_in_long() returns true if to_long() would not lose precision. - to_string() returns an amount'ss "display value" as a string -- + to_string() returns an amount's "display value" as a string -- after rounding the value according to the commodity's default precision. It is equivalent to: `round().to_fullstring()'. diff --git a/test/regress/25A099C9.dat b/test/regress/25A099C9.dat index 1b7d2101..14f5f8d0 100644 --- a/test/regress/25A099C9.dat +++ b/test/regress/25A099C9.dat @@ -492,7 +492,7 @@ public: fits_in_long() returns true if to_long() would not lose precision. - to_string() returns an amount'ss "display value" as a string -- + to_string() returns an amount's "display value" as a string -- after rounding the value according to the commodity's default precision. It is equivalent to: `round().to_fullstring()'. diff --git a/test/regress/89233B6D-a.dat b/test/regress/89233B6D-a.dat index a1e31c90..12581a62 100644 --- a/test/regress/89233B6D-a.dat +++ b/test/regress/89233B6D-a.dat @@ -1,4 +1,4 @@ 1994/01/02 * Salary - Assets:Bank:Checking 200.00 + Assets:Bank:Checking 200.00 Income:Salary -200.00 diff --git a/test/regress/89233B6D-b.dat b/test/regress/89233B6D-b.dat index c7d81b46..8df19d1a 100644 --- a/test/regress/89233B6D-b.dat +++ b/test/regress/89233B6D-b.dat @@ -1,4 +1,4 @@ 1994/01/02 * Rent Expenses:Rent 100.00 - Assets:Bank:Checking -100.00 + Assets:Bank:Checking -100.00 |