[Box Backup-commit] COMMIT r2156 - box/trunk/lib/backupstore

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sun May 4 16:28:56 BST 2008


Author: chris
Date: 2008-05-04 16:28:55 +0100 (Sun, 04 May 2008)
New Revision: 2156

Modified:
   box/trunk/lib/backupstore/BackupStoreCheck2.cpp
Log:
Fix typos in comments.


Modified: box/trunk/lib/backupstore/BackupStoreCheck2.cpp
===================================================================
--- box/trunk/lib/backupstore/BackupStoreCheck2.cpp	2008-04-30 22:57:59 UTC (rev 2155)
+++ box/trunk/lib/backupstore/BackupStoreCheck2.cpp	2008-05-04 15:28:55 UTC (rev 2156)
@@ -399,11 +399,11 @@
 		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




More information about the Boxbackup-commit mailing list