summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-10-27 22:45:01 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-10-27 22:45:01 -0400
commitd3336f34c0d953b6cfd6cc9d4757fd31c1ac31ae (patch)
treeaac95b974bd51187efc572a21fb28dd55b0b810e /store
parent6b1c86756c1a3945fec84e3703e991ef1ee99fee (diff)
Fix more spelling errors caught by codespell
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'store')
-rw-r--r--store/src/backend/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/src/backend/mod.rs b/store/src/backend/mod.rs
index 1734af0a..f81e6eb0 100644
--- a/store/src/backend/mod.rs
+++ b/store/src/backend/mod.rs
@@ -766,7 +766,7 @@ impl KeyServer {
/// Merges other into this key updating the database.
///
- /// Returnes the merged key as blob.
+ /// Returns the merged key as blob.
fn merge(&self, other: TPK) -> Result<Vec<u8>> {
let mut new = other;