diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2020-05-21 21:12:39 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-05-21 21:12:39 +0800 |
commit | bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab (patch) | |
tree | cc6e3300943195e1e096bc84fbfefb8dfce3bb61 /src/convert.cc | |
parent | a254f598b2fc99d7ae917579803ccdd6dc872c4d (diff) | |
download | fork-ledger-bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab.tar.gz fork-ledger-bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab.tar.bz2 fork-ledger-bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab.zip |
Fix typos in comments
Diffstat (limited to 'src/convert.cc')
-rw-r--r-- | src/convert.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/convert.cc b/src/convert.cc index cea2a130..86728483 100644 --- a/src/convert.cc +++ b/src/convert.cc @@ -129,7 +129,7 @@ value_t convert_command(call_scope_t& args) // If not, transform the payee according to regexps - // Set the account to a default vaule, then transform the account according + // Set the account to a default value, then transform the account according // to the payee // Print out the final form of the transaction |