From d34fec00ecf1857c425392b824b742cc6e80ce9c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 2 Jan 2016 16:44:16 +0000 Subject: Fix typo: indidate -> indicate. --- src/Propellor/Info.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Info.hs') 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 -- cgit v1.2.3