diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-04 14:40:12 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-04 14:40:12 -0700 |
| commit | 7185d7a910071b538eb2a598675f85749d84d6de (patch) | |
| tree | 07db434401fb5479caf6cf559d31cdeafe06472c | |
| parent | 7e60c5cf03ae4f30b0c145cf62edc172c61f1d66 (diff) | |
fix typo that was fixed in debian/control earlier
| -rw-r--r-- | propellor.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal index 4e4a7388..17f3c0fe 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -27,7 +27,7 @@ Extra-Source-Files: debian/lintian-overrides Synopsis: property-based host configuration management in haskell Description: - Propellor enures that the system it's run in satisfies a list of + Propellor ensures that the system it's run in satisfies a list of properties, taking action as necessary when a property is not yet met. . It is configured using haskell. |
