diff options
| author | Felix Gruber <felgru@gmx.de> | 2015-10-18 17:11:50 +0200 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-18 14:14:07 -0400 |
| commit | 2ad09b34ecec5a643a4a08c88a0a1cc7703094e3 (patch) | |
| tree | 621ece48e772504492237e1b902c18062790b94b /src/Propellor/PrivData.hs | |
| parent | 57f4eca88a1c3762b452171ee0a9d1a4f1367402 (diff) | |
fix typo: propigate → propagate
Diffstat (limited to 'src/Propellor/PrivData.hs')
| -rw-r--r-- | src/Propellor/PrivData.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/PrivData.hs b/src/Propellor/PrivData.hs index a8368e5d..fd790878 100644 --- a/src/Propellor/PrivData.hs +++ b/src/Propellor/PrivData.hs @@ -257,10 +257,10 @@ newtype PrivInfo = PrivInfo { fromPrivInfo :: S.Set (PrivDataField, Maybe PrivDataSourceDesc, HostContext) } deriving (Eq, Ord, Show, Typeable, Monoid) --- PrivInfo is propigated out of containers, so that propellor can see which +-- PrivInfo is propagated out of containers, so that propellor can see which -- hosts need it. instance IsInfo PrivInfo where - propigateInfo _ = True + propagateInfo _ = True -- | Sets the context of any privdata that uses HostContext to the -- provided name. |
