summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-11 10:22:04 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-11 10:22:04 +0200
commit8622b26fb0bf2d7c3ee8bb3037439eb5d696d95f (patch)
treeb3f2a50574ec7da15ad6f663f5cfc6903356707b
parentf60f3d81a17ed3b2ed6c105e5059b49ea70d91a3 (diff)
downloadobnam2-8622b26fb0bf2d7c3ee8bb3037439eb5d696d95f.tar.gz
drop unnecessary "the"
-rw-r--r--obnam.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnam.md b/obnam.md
index 1940894..1f12f51 100644
--- a/obnam.md
+++ b/obnam.md
@@ -895,7 +895,7 @@ first key, giving a ciphertext. It then computes a MAC of the
ciphertext using the second key. Both the ciphertext and MAC are
stored on the server.
-For decryption, the a MAC is computed against the retrieved
+For decryption, a MAC is computed against the retrieved
ciphertext, and compared to the retrieved MAC. If the MACs differ,
that's an error and no decryption is done. If they do match, the
ciphertext is decrypted.