summaryrefslogtreecommitdiff
path: root/lib/backupclient
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-08-21 10:55:14 +0000
committerChris Wilson <chris+github@qwirx.com>2008-08-21 10:55:14 +0000
commitc18b8cb248faea94350103cfdb0ede383df801ca (patch)
tree085d3420b56da36361a13913663a589bd98f2067 /lib/backupclient
parente08f8233e779ecc2ec072a3d4e9832c3dffb3662 (diff)
Spelling fix.
Diffstat (limited to 'lib/backupclient')
-rw-r--r--lib/backupclient/BackupStoreFileDiff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupclient/BackupStoreFileDiff.cpp b/lib/backupclient/BackupStoreFileDiff.cpp
index 53636da1..0f037118 100644
--- a/lib/backupclient/BackupStoreFileDiff.cpp
+++ b/lib/backupclient/BackupStoreFileDiff.cpp
@@ -630,7 +630,7 @@ static void SearchForMatchingBlocks(IOStream &rFile, std::map<int64_t, int64_t>
// Block matched, roll the checksum forward to the next block without doing
// any more comparisons, because these are pointless (as any more matches will be ignored when
- // the receipe is generated) and just take up valuable processor time. Edge cases are
+ // the recipe is generated) and just take up valuable processor time. Edge cases are
// especially nasty, using huge amounts of time and memory.
int skip = Sizes[s];
if(offset < bytesInEndings && skip > 0)