diff options
| author | Iustin Pop <iustin@k1024.org> | 2015-06-28 14:34:43 +0200 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-06-29 16:15:29 -0400 |
| commit | cfa236a04276a9c558be939a9c4c29dc3260589a (patch) | |
| tree | 847ab4df4feb2a1d2a55d1d32699528f99cac714 /src/Propellor/Property/Postfix.hs | |
| parent | 948f855c63d6f2da09ce3689d1b610b343501f73 (diff) | |
Fix a couple of trivial typos in Postfix docstring
Diffstat (limited to 'src/Propellor/Property/Postfix.hs')
| -rw-r--r-- | src/Propellor/Property/Postfix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Postfix.hs b/src/Propellor/Property/Postfix.hs index b51f4df1..64a2004d 100644 --- a/src/Propellor/Property/Postfix.hs +++ b/src/Propellor/Property/Postfix.hs @@ -26,7 +26,7 @@ reloaded = Service.reloaded "postfix" -- but can be changed by mainCf "relayhost" -- -- The smarthost may refuse to relay mail on to other domains, without --- futher coniguration/keys. But this should be enough to get cron job +-- further configuration/keys. But this should be enough to get cron job -- mail flowing to a place where it will be seen. satellite :: Property NoInfo satellite = check (not <$> mainCfIsSet "relayhost") setup |
