[Box Backup-commit] COMMIT r2250 - box/trunk/lib/backupclient
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Thu, 21 Aug 2008 11:55:14 +0100 (BST)
Author: chris
Date: 2008-08-21 11:55:14 +0100 (Thu, 21 Aug 2008)
New Revision: 2250
Modified:
box/trunk/lib/backupclient/BackupStoreFileDiff.cpp
Log:
Spelling fix.
Modified: box/trunk/lib/backupclient/BackupStoreFileDiff.cpp
===================================================================
--- box/trunk/lib/backupclient/BackupStoreFileDiff.cpp 2008-08-21 10:54:57 UTC (rev 2249)
+++ box/trunk/lib/backupclient/BackupStoreFileDiff.cpp 2008-08-21 10:55:14 UTC (rev 2250)
@@ -630,7 +630,7 @@
// 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)