You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2017/06/04 22:10:42 UTC

incubator-ponymail git commit: Typos

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 516f1e569 -> d60cc3cca


Typos

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/d60cc3cc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/d60cc3cc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/d60cc3cc

Branch: refs/heads/master
Commit: d60cc3cca7935a507339b0f228486b33b1db5122
Parents: 516f1e5
Author: Sebb <se...@apache.org>
Authored: Sun Jun 4 23:09:59 2017 +0100
Committer: Sebb <se...@apache.org>
Committed: Sun Jun 4 23:09:59 2017 +0100

----------------------------------------------------------------------
 tools/generators.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/d60cc3cc/tools/generators.py
----------------------------------------------------------------------
diff --git a/tools/generators.py b/tools/generators.py
index af566fc..5708b3b 100644
--- a/tools/generators.py
+++ b/tools/generators.py
@@ -22,7 +22,7 @@ This file contains the various ID generators for Pony Mail's archivers.
 import hashlib
 import email.utils
 
-# Full generator: uses the entire email (including sever-depenent data)
+# Full generator: uses the entire email (including server-dependent data)
 # This is the recommended generator for single-node setups.
 def full(msg, body, lid, attachments):
     mid = "%s@%s" % (hashlib.sha224(msg.as_bytes()).hexdigest(), lid)