From 4c94c794ec805cf643826973e4f83826a1231e54 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 21 Mar 2022 12:01:40 +0200 Subject: fix: old typo in doc comment Sponsored-by: author --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { let enc = self.cipher.encrypt_chunk(&chunk)?; let res = self -- cgit v1.2.1