summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-11-13 15:46:08 +0000
committerChris Wilson <chris+github@qwirx.com>2006-11-13 15:46:08 +0000
commitb876d56a587877fbf9f98224bf97fa7d3b2622e4 (patch)
tree4f5ddd21d5090a3c50770947f9403a487a58190c
parente2215d1c9d5a848aea2f8564203d8760251a6076 (diff)
Fixed typo.
-rw-r--r--lib/backupstore/BackupStoreCheck2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupstore/BackupStoreCheck2.cpp b/lib/backupstore/BackupStoreCheck2.cpp
index 63e7c008..7bc9a109 100644
--- a/lib/backupstore/BackupStoreCheck2.cpp
+++ b/lib/backupstore/BackupStoreCheck2.cpp
@@ -653,7 +653,7 @@ bool BackupStoreDirectory::CheckAndFix()
if(dependsOlder != 0 && FindEntryByID(dependsOlder) == 0)
{
// Has an older version marked, but this doesn't exist. Remove this mark
- TRACE2("Entry id %llx was marked that %llx depended on it, which doesn't exist, dependency info cleaered\n", (*i)->GetObjectID(), dependsOlder);
+ TRACE2("Entry id %llx was marked that %llx depended on it, which doesn't exist, dependency info cleared\n", (*i)->GetObjectID(), dependsOlder);
(*i)->SetDependsOlder(0);