summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-01-13 01:01:27 +0000
committerChris Wilson <chris+github@qwirx.com>2007-01-13 01:01:27 +0000
commitb01211dc4b77264d9042f9a3d6223710953d24dd (patch)
tree5d54738c87e18abef8b351601803a9560c9bec75
parentff67e96270885804fe3ba19376622481d6cadda2 (diff)
Fix spelling (refs #3)
-rw-r--r--lib/backupclient/BackupClientRestore.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/backupclient/BackupClientRestore.cpp b/lib/backupclient/BackupClientRestore.cpp
index fbb4ee47..b752b6a2 100644
--- a/lib/backupclient/BackupClientRestore.cpp
+++ b/lib/backupclient/BackupClientRestore.cpp
@@ -254,7 +254,8 @@ static void BackupClientRestoreDir(BackupProtocolClient &rConnection, int64_t Di
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),