diff options
Diffstat (limited to 'kmymoney2/dialogs/transactionmatcher.cpp')
-rw-r--r-- | kmymoney2/dialogs/transactionmatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/dialogs/transactionmatcher.cpp b/kmymoney2/dialogs/transactionmatcher.cpp index ce1c16e..c4a21da 100644 --- a/kmymoney2/dialogs/transactionmatcher.cpp +++ b/kmymoney2/dialogs/transactionmatcher.cpp @@ -84,7 +84,7 @@ void TransactionMatcher::match(MyMoneyTransaction tm, MyMoneySplit sm, MyMoneyTr } // ipwizard: I took over the code to keep the bank id found in the endMatchTransaction - // This might not work for TQIF imports as they don't setup this information. It sure + // This might not work for QIF imports as they don't setup this information. It sure // makes sense for OFX and HBCI. const TQString& bankID = si.bankID(); if (!bankID.isEmpty()) { |