[Box Backup-commit] COMMIT r1239 - box/chris/merge/lib/backupclient
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 13 Jan 2007 01:01:27 +0000
Author: chris
Date: 2007-01-13 01:01:27 +0000 (Sat, 13 Jan 2007)
New Revision: 1239
Modified:
box/chris/merge/lib/backupclient/BackupClientRestore.cpp
Log:
Fix spelling (refs #3)
Modified: box/chris/merge/lib/backupclient/BackupClientRestore.cpp
===================================================================
--- box/chris/merge/lib/backupclient/BackupClientRestore.cpp 2007-01-12 23:16:04 UTC (rev 1238)
+++ box/chris/merge/lib/backupclient/BackupClientRestore.cpp 2007-01-13 01:01:27 UTC (rev 1239)
@@ -254,7 +254,8 @@
break;
}
- // Fetch the directory listing from the server -- getting a list of files which is approparite to the restore type
+ // Fetch the directory listing from the server -- getting a list
+ // of files which is appropriate to the restore type
rConnection.QueryListDirectory(
DirectoryID,
Params.RestoreDeleted?(BackupProtocolClientListDirectory::Flags_Deleted):(BackupProtocolClientListDirectory::Flags_INCLUDE_EVERYTHING),