aboutsummaryrefslogtreecommitdiff
path: root/docs/threat_model.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/threat_model.md
parent29de895ef717e87548e7f8cad8fc8b7cebb4110e (diff)
Assorted spelling fixes.
Detected with the 'codespell' utility.
Diffstat (limited to 'docs/threat_model.md')
-rw-r--r--docs/threat_model.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/threat_model.md b/docs/threat_model.md
index ef1df7a..e70d805 100644
--- a/docs/threat_model.md
+++ b/docs/threat_model.md
@@ -109,7 +109,7 @@ As the file content is not tied to the file name in any way,
Dragon can rename an encrypted file name to another valid
encrypted file name. This effectively means that he can swap files.
-gocryptfs has explicitely chosen not to tie the file content to
+gocryptfs has explicitly chosen not to tie the file content to
the file name to provide fast and reliable renames (renames are
atomic in gocryptfs).