We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf94ee3 commit 7085d41Copy full SHA for 7085d41
src/repository.cpp
@@ -642,7 +642,7 @@ Repository::Transaction *FastImportRepository::newTransaction(const QString &bra
642
startFastImport();
643
// write everything to disk every 10000 commits
644
fastImport.write("checkpoint\n");
645
- qDebug() << "checkpoint!, marks file trunkated";
+ qDebug() << "checkpoint!, marks file truncated";
646
}
647
outstandingTransactions++;
648
return txn;
0 commit comments