summaryrefslogtreecommitdiff
path: root/alot/helper.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-09-02 02:57:50 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-09-02 02:57:50 +0200
commit3a3898f2ce976fbb800f55764675c4962e7adf28 (patch)
tree2959542fbca3f63ec067a6cb8b34729b7b635449 /alot/helper.py
parent9bd32e5b0b253aa80c44e7d54f15e66ceb84a9e8 (diff)
Fix some spelling mistakes
Diffstat (limited to 'alot/helper.py')
-rw-r--r--alot/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/helper.py b/alot/helper.py
index 26787fa8..be5191d8 100644
--- a/alot/helper.py
+++ b/alot/helper.py
@@ -586,7 +586,7 @@ def RFC3156_canonicalize(text):
This function works as follows (in that order):
1. Convert all line endings to \\\\r\\\\n (DOS line endings).
- 2. Encode all occurences of "From " at the beginning of a line
+ 2. Encode all occurrences of "From " at the beginning of a line
to "From=20" in order to prevent other mail programs to replace
this with "> From" (to avoid MBox conflicts) and thus invalidate
the signature.