diff options
| author | Jelmer Vernooij <jelmer@jelmer.uk> | 2016-01-02 16:44:16 +0000 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-01-03 16:24:10 -0400 |
| commit | d34fec00ecf1857c425392b824b742cc6e80ce9c (patch) | |
| tree | 8dbb38c0021c91cf02684cae9932bf9774b642fc /src | |
| parent | 338275168245678486f3c58e794ee7be7e30274a (diff) | |
Fix typo: indidate -> indicate.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Info.hs | 4 |
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 |
