summaryrefslogtreecommitdiff
path: root/lib/backupclient/BackupClientRestore.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-02-09 22:36:18 +0000
committerChris Wilson <chris+github@qwirx.com>2007-02-09 22:36:18 +0000
commit270bdff4312add7816e095d06adf7b58f13fb28b (patch)
treeb6465530e3026dded4fa7784ab2fe0268984b42e /lib/backupclient/BackupClientRestore.cpp
parent786da28ab1f04a2386c9545f106ad0dd1ec65af5 (diff)
Spelling fix (refs #3)
Diffstat (limited to 'lib/backupclient/BackupClientRestore.cpp')
-rw-r--r--lib/backupclient/BackupClientRestore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupclient/BackupClientRestore.cpp b/lib/backupclient/BackupClientRestore.cpp
index 019c53dd..baf33002 100644
--- a/lib/backupclient/BackupClientRestore.cpp
+++ b/lib/backupclient/BackupClientRestore.cpp
@@ -461,7 +461,7 @@ static int BackupClientRestoreDir(BackupProtocolClient &rConnection, int64_t Dir
}
- // Recuse to directories
+ // Recurse to directories
{
BackupStoreDirectory::Iterator i(dir);
BackupStoreDirectory::Entry *en = 0;