summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--obnam.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnam.md b/obnam.md
index 1f12f51..c5ef2c9 100644
--- a/obnam.md
+++ b/obnam.md
@@ -930,7 +930,7 @@ backups.
Obnam will use the [aes-gcm crate][] for AEAD, since it has been
audited. If that choice turns out to be less than optimal, it can be
-reconsider later. The `encrypt` function doesn't return the MAC and
+reconsidered later. The `encrypt` function doesn't return the MAC and
ciphertext separately, so we don't store them separately. However,
each chunk needs its own [nonce][], which we will generate. We'll use
a 96-bit (or 12-byte) nonce. We'll use the [rand crate][] to generate