Changeset 2156


Ignore:
Timestamp:
04/05/2008 16:28:55 (4 years ago)
Author:
chris
Message:

Fix typos in comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/backupstore/BackupStoreCheck2.cpp

    r2127 r2156  
    400400        } 
    401401         
    402         // Add a new entry in an appropraite place 
     402        // Add a new entry in an appropriate place 
    403403        dir.AddUnattactedObject(objectStoreFilename, modTime, ObjectID, sizeInBlocks, 
    404404                IsDirectory?(BackupStoreDirectory::Entry::Flags_Dir):(BackupStoreDirectory::Entry::Flags_File)); 
    405405 
    406         // Fix any flags which have been broken, which there's a good change of going 
     406        // Fix any flags which have been broken, which there's a good chance of doing 
    407407        dir.CheckAndFix(); 
    408408         
Note: See TracChangeset for help on using the changeset viewer.