aboutsummaryrefslogtreecommitdiff
path: root/docs/forward_mode_crypto.md
diff options
context:
space:
mode:
authorSebastian Lackner2018-12-27 13:40:28 +0100
committerrfjakob2018-12-27 18:34:26 +0100
commitbf602f531a934cceddff16d73f853cf1d489f694 (patch)
treec4c9a5699da4087f638c2db830fcc1445cd2ff32 /docs/forward_mode_crypto.md
parent29de895ef717e87548e7f8cad8fc8b7cebb4110e (diff)
Assorted spelling fixes.
Detected with the 'codespell' utility.
Diffstat (limited to 'docs/forward_mode_crypto.md')
-rw-r--r--docs/forward_mode_crypto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/forward_mode_crypto.md b/docs/forward_mode_crypto.md
index 77fdddc..1aa4065 100644
--- a/docs/forward_mode_crypto.md
+++ b/docs/forward_mode_crypto.md
@@ -62,7 +62,7 @@ directory as `gocryptfs.diriv`.
File names are encrypted using AES-256-EME (ECB-Mix-ECB wide-block encryption,
see [github.com/rfjakob/eme](https://github.com/rfjakob/eme) for details) with the directory IV
-as initialization vector. EME fixes the prefix leak that occours with CBC
+as initialization vector. EME fixes the prefix leak that occurs with CBC
encryption.
![](img/file-name-encryption.svg)