diff options
author | Dave Whiteland <dave@mysociety.org> | 2015-01-22 16:22:47 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2015-01-22 16:24:38 +0000 |
commit | f43fb14fd240fe169347b7db7417ab901f87335f (patch) | |
tree | 965337d0f00d92d7688af3ded73410ef39e4da50 | |
parent | 16b995450db34298edb31f63e31085fb32283735 (diff) |
fix typo and tweak MTA glossary entry
-rw-r--r-- | docs/glossary.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/glossary.md b/docs/glossary.md index 4bc72bd25..6da8b056a 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -31,7 +31,7 @@ Definitions <li><a href="#holding_pen">holding pen</a></li> <li><a href="#i18n">internationalisation</a></li> <li><a href="#newrelic">New Relic</a></li> - <li><a href="#mta">MTA</a></li> + <li><a href="#mta">Mail Transfer Agent</a></li> <li><a href="#po">.po files</a></li> <li><a href="#production">production site</a></li> <li><a href="#publish">publish</a></li> @@ -455,10 +455,10 @@ Definitions </dd> <dt> - <a name="mta">MTA</a> (Mail Transfer Agent) + <a name="mta">Mail Transfer Agent</a> (MTA) </dt> <dd> - A <strong>Mail Tranfer Agent</strong> is the the program which actually sends + A <strong>Mail Transfer Agent</strong> is the the program which actually sends and receives email. Alaveteli sends email on behalf of its users, and processes the <a href="#response" class="glossary__link">responses</a> and replies it receives. All this email goes through the MTA, which is a seperate service on your system. |