summaryrefslogtreecommitdiff
path: root/src/Propellor/PropAccum.hs
diff options
context:
space:
mode:
authorFelix Gruber2015-10-18 17:11:50 +0200
committerJoey Hess2015-10-18 14:14:07 -0400
commit2ad09b34ecec5a643a4a08c88a0a1cc7703094e3 (patch)
tree621ece48e772504492237e1b902c18062790b94b /src/Propellor/PropAccum.hs
parent57f4eca88a1c3762b452171ee0a9d1a4f1367402 (diff)
fix typo: propigate → propagate
Diffstat (limited to 'src/Propellor/PropAccum.hs')
-rw-r--r--src/Propellor/PropAccum.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Propellor/PropAccum.hs b/src/Propellor/PropAccum.hs
index 61cf3dc8..1f9459d0 100644
--- a/src/Propellor/PropAccum.hs
+++ b/src/Propellor/PropAccum.hs
@@ -6,7 +6,7 @@ module Propellor.PropAccum
, (&)
, (&^)
, (!)
- , propigateContainer
+ , propagateContainer
) where
import Data.Monoid
@@ -64,17 +64,17 @@ instance PropAccum Host where
-- propertyChidren the properties of the provided container.
--
-- The Info of the propertyChildren is adjusted to only include
--- info that should be propigated out to the Property.
+-- info that should be propagated out to the Property.
--
-- Any PrivInfo that uses HostContext is adjusted to use the name
-- of the container as its context.
-propigateContainer
+propagateContainer
:: (PropAccum container)
=> String
-> container
-> Property HasInfo
-> Property HasInfo
-propigateContainer containername c prop = infoProperty
+propagateContainer containername c prop = infoProperty
(propertyDesc prop)
(propertySatisfy prop)
(propertyInfo prop)