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 --- src/Propellor/Types/Chroot.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Types/Chroot.hs') diff --git a/src/Propellor/Types/Chroot.hs b/src/Propellor/Types/Chroot.hs index d92c7070..fc049603 100644 --- a/src/Propellor/Types/Chroot.hs +++ b/src/Propellor/Types/Chroot.hs @@ -16,7 +16,7 @@ data ChrootInfo = ChrootInfo deriving (Show, Typeable) instance IsInfo ChrootInfo where - propigateInfo _ = False + propagateInfo _ = False instance Monoid ChrootInfo where mempty = ChrootInfo mempty mempty -- cgit v1.2.3