summaryrefslogtreecommitdiff
path: root/src/client.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.rs')
-rw-r--r--src/client.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.rs b/src/client.rs
index b58f89c..c4fbfec 100644
--- a/src/client.rs
+++ b/src/client.rs
@@ -147,7 +147,7 @@ impl BackupClient {
Ok(has)
}
- /// Upload a data chunk to the srver.
+ /// Upload a data chunk to the server.
pub async fn upload_chunk(&self, chunk: DataChunk) -> Result<ChunkId, ClientError> {
let enc = self.cipher.encrypt_chunk(&chunk)?;
let res = self