summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/backupstore/BackupStoreCheck2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/backupstore/BackupStoreCheck2.cpp b/lib/backupstore/BackupStoreCheck2.cpp
index 40d34a5b..35fe24cb 100644
--- a/lib/backupstore/BackupStoreCheck2.cpp
+++ b/lib/backupstore/BackupStoreCheck2.cpp
@@ -399,11 +399,11 @@ void BackupStoreCheck::InsertObjectIntoDirectory(int64_t ObjectID, int64_t Direc
dir.ReadFromStream(*file, IOStream::TimeOutInfinite);
}
- // Add a new entry in an appropraite place
+ // Add a new entry in an appropriate place
dir.AddUnattactedObject(objectStoreFilename, modTime, ObjectID, sizeInBlocks,
IsDirectory?(BackupStoreDirectory::Entry::Flags_Dir):(BackupStoreDirectory::Entry::Flags_File));
- // Fix any flags which have been broken, which there's a good change of going
+ // Fix any flags which have been broken, which there's a good chance of doing
dir.CheckAndFix();
// Write it out