summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorSean Whitton2016-05-17 11:33:31 -0700
committerSean Whitton2016-05-17 11:33:31 -0700
commit2f2f82c5bca2d4246f02567c8f6cf6291f381ce5 (patch)
tree0c2675ecc90dd777624527c92c95a0778c48ecaf /src/Propellor/Property
parent3a3975030ddbb4bf3660f25f7bbfde5670dc70f0 (diff)
grammar
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 32df83e0..48499ca5 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -33,7 +33,7 @@ We use @sbuild-createchroot(1)@ to create a chroot to the specification of
@sbuild-setup(7)@. This differs from the approach taken by picca's Sbuild.hs,
which uses 'Propellor.Property.Debootstrap' to construct the chroot. This is
because we don't want to run propellor inside the chroot in order to keep the
-sbuild environment as standardised as possible.
+sbuild environment as standard as possible.
-}
-- If you wanted to do it with Propellor.Property.Debootstrap, note that