From 55c0054c6aeab12365ec30cd448a919f2ba19bd4 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 4 May 2008 15:28:55 +0000 Subject: Fix typos in comments. --- lib/backupstore/BackupStoreCheck2.cpp | 4 ++-- 1 file 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 -- cgit v1.2.3