summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-11 10:24:36 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-11 10:24:36 +0200
commitb1934d85d1885f3dd7c6492f3df24d8d0fb648e4 (patch)
tree9459d1029bd5c583dbaa0285e4d83b5bcae46c90
parent8622b26fb0bf2d7c3ee8bb3037439eb5d696d95f (diff)
downloadobnam2-b1934d85d1885f3dd7c6492f3df24d8d0fb648e4.tar.gz
fix: tense
-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