Skip to content

Commit 7085d41

Browse files
Vampiretnyblom
authored andcommitted
Fix a type in debug output
1 parent cf94ee3 commit 7085d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repository.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ Repository::Transaction *FastImportRepository::newTransaction(const QString &bra
642642
startFastImport();
643643
// write everything to disk every 10000 commits
644644
fastImport.write("checkpoint\n");
645-
qDebug() << "checkpoint!, marks file trunkated";
645+
qDebug() << "checkpoint!, marks file truncated";
646646
}
647647
outstandingTransactions++;
648648
return txn;

0 commit comments

Comments
 (0)