From 2ad09b34ecec5a643a4a08c88a0a1cc7703094e3 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Sun, 18 Oct 2015 17:11:50 +0200 Subject: fix typo: propigate → propagate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Propellor/Property/Ssh.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Property/Ssh.hs') diff --git a/src/Propellor/Property/Ssh.hs b/src/Propellor/Property/Ssh.hs index fc3e0d10..ea38980b 100644 --- a/src/Propellor/Property/Ssh.hs +++ b/src/Propellor/Property/Ssh.hs @@ -212,7 +212,7 @@ newtype HostKeyInfo = HostKeyInfo deriving (Eq, Ord, Typeable) instance IsInfo HostKeyInfo where - propigateInfo _ = False + propagateInfo _ = False instance Monoid HostKeyInfo where mempty = HostKeyInfo M.empty @@ -233,7 +233,7 @@ newtype UserKeyInfo = UserKeyInfo deriving (Eq, Ord, Typeable) instance IsInfo UserKeyInfo where - propigateInfo _ = False + propagateInfo _ = False instance Monoid UserKeyInfo where mempty = UserKeyInfo M.empty -- cgit v1.3-2-g0d8e