summaryrefslogtreecommitdiff
path: root/src/Propellor/Info.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-01-03 16:26:16 -0400
committerJoey Hess <joeyh@joeyh.name>2016-01-03 16:26:16 -0400
commit3f5cc046915a9f64c31a6d48aaef5254f5eb7598 (patch)
tree110bd5acac6adf0c08111efb9f9cd2dc07701b30 /src/Propellor/Info.hs
parent299d478dfd96037c660109c4f0519fd1cc37a887 (diff)
parent93ee9e6966783368fa41fb75c7e287bee04f9c16 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Info.hs')
-rw-r--r--src/Propellor/Info.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Info.hs b/src/Propellor/Info.hs
index 499b901c..7eb7d4a8 100644
--- a/src/Propellor/Info.hs
+++ b/src/Propellor/Info.hs
@@ -34,7 +34,7 @@ os system = pureInfoProperty ("Operating " ++ show system) (InfoVal system)
getOS :: Propellor (Maybe System)
getOS = fromInfoVal <$> askInfo
--- | Indidate that a host has an A record in the DNS.
+-- | Indicate that a host has an A record in the DNS.
--
-- When propellor is used to deploy a DNS server for a domain,
-- the hosts in the domain are found by looking for these
@@ -46,7 +46,7 @@ getOS = fromInfoVal <$> askInfo
ipv4 :: String -> Property HasInfo
ipv4 = addDNS . Address . IPv4
--- | Indidate that a host has an AAAA record in the DNS.
+-- | Indicate that a host has an AAAA record in the DNS.
ipv6 :: String -> Property HasInfo
ipv6 = addDNS . Address . IPv6