summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreDirectory.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-11-01 23:37:12 +0000
committerChris Wilson <chris+github@qwirx.com>2011-11-01 23:37:12 +0000
commit66fa21ca6b828e960c80fea7f9115f6e83b9bf37 (patch)
tree84152cc1258c60e443c06b87591b4d7d8c9beb04 /lib/backupstore/BackupStoreDirectory.h
parentea88ca02a8da5e406a7a71892eb0b03de0acba0b (diff)
Fix spelling error in AddUnattachedObject method name.
Diffstat (limited to 'lib/backupstore/BackupStoreDirectory.h')
-rw-r--r--lib/backupstore/BackupStoreDirectory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/backupstore/BackupStoreDirectory.h b/lib/backupstore/BackupStoreDirectory.h
index 0dfe6422..c8d3a11f 100644
--- a/lib/backupstore/BackupStoreDirectory.h
+++ b/lib/backupstore/BackupStoreDirectory.h
@@ -261,7 +261,9 @@ public:
// For recovery of the store
// Implemented in BackupStoreCheck2.cpp
bool CheckAndFix();
- void AddUnattactedObject(const BackupStoreFilename &rName, box_time_t ModificationTime, int64_t ObjectID, int64_t SizeInBlocks, int16_t Flags);
+ void AddUnattachedObject(const BackupStoreFilename &rName,
+ box_time_t ModificationTime, int64_t ObjectID,
+ int64_t SizeInBlocks, int16_t Flags);
bool NameInUse(const BackupStoreFilename &rName);
// Don't use these functions in normal code!