From 9b9589db9885308bbc66e2292a65e8fcc473e931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Wed, 16 Nov 2016 16:54:50 +0200 Subject: [PATCH] Update debian_build_doc.md typo fixes --- doc/debian_build_doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/debian_build_doc.md b/doc/debian_build_doc.md index c181da461..5a05baecd 100644 --- a/doc/debian_build_doc.md +++ b/doc/debian_build_doc.md @@ -99,7 +99,7 @@ iptables -A INPUT -p tcp --dport 700 -j CHKLIMITS ```` #### Mailcatcher for staging (optional) -We recommend using mailcatcher for staging env, so that all outgoing mails are catched and not actualy sent ou. +We recommend using mailcatcher for staging env, so that all outgoing e-mails are catched and not actualy sent out. The mailcatcher website explains how it should be intsalled and configured. [Mailcatcher](https://mailcatcher.me/) `````