summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2020-06-21 19:40:12 -0400
committerJoey Hess2020-06-21 19:40:12 -0400
commit6cd5fe6c70e92ff43a675e3b77bfb4f138c3ee77 (patch)
tree01b38381bb9e02db42bdc89d0ea76154939c6384
parent59b8a0a94d66a4b53b3cd6f215f3d2af8aaaedbe (diff)
comment typo
-rw-r--r--src/Propellor/Types/Dns.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/Dns.hs b/src/Propellor/Types/Dns.hs
index 30302a7d..e9902513 100644
--- a/src/Propellor/Types/Dns.hs
+++ b/src/Propellor/Types/Dns.hs
@@ -181,7 +181,7 @@ newtype NamedConfMap = NamedConfMap (M.Map Domain NamedConf)
instance IsInfo NamedConfMap where
propagateInfo _ = PropagateInfo False
--- | Adding a Master NamedConf stanza for a particulr domain always
+-- | Adding a Master NamedConf stanza for a particular domain always
-- overrides an existing Secondary stanza for that domain, while a
-- Secondary stanza is only added when there is no existing Master stanza.
instance Sem.Semigroup NamedConfMap where