summaryrefslogtreecommitdiff
path: root/src/Propellor/Property.hs
diff options
context:
space:
mode:
authorJoey Hess2015-07-21 11:18:15 -0400
committerJoey Hess2015-07-21 11:18:15 -0400
commit512137a4d9c05534f94e22cd5c0d6157d2d0ef2b (patch)
tree22c41e2bee6e57df9b4bfcc800b0663ed1fafd01 /src/Propellor/Property.hs
parent1ea376cf10807778e693a2109154f143fc0f8d1d (diff)
language
Diffstat (limited to 'src/Propellor/Property.hs')
-rw-r--r--src/Propellor/Property.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs
index 0fa8f17e..b90d5b86 100644
--- a/src/Propellor/Property.hs
+++ b/src/Propellor/Property.hs
@@ -54,7 +54,7 @@ onChange = combineWith $ \p hook -> do
return $ r <> r'
_ -> return r
--- | Same than `onChange` except that if property y fails, a flag file
+-- | Same as `onChange` except that if property y fails, a flag file
-- is generated. On next run, if the flag file is present, property y
-- is executed even if property x doesn't change.
--