summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Reboot.hs
diff options
context:
space:
mode:
authorJoey Hess2015-09-04 09:10:53 -0700
committerJoey Hess2015-09-04 09:10:53 -0700
commit2c94926558850cb702fd8e844ccbe768937af110 (patch)
tree3c32e306f0368545c982f5ebf9bc48363d43ae51 /src/Propellor/Property/Reboot.hs
parent160ea6015fa4b46f6cd35fcefd5df960a870d103 (diff)
fix typo
Diffstat (limited to 'src/Propellor/Property/Reboot.hs')
-rw-r--r--src/Propellor/Property/Reboot.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Reboot.hs b/src/Propellor/Property/Reboot.hs
index d45969a8..5ca7a6bc 100644
--- a/src/Propellor/Property/Reboot.hs
+++ b/src/Propellor/Property/Reboot.hs
@@ -8,7 +8,7 @@ now = cmdProperty "reboot" []
-- | Schedules a reboot at the end of the current propellor run.
--
--- The Result code of the endire propellor run can be checked;
+-- The `Result` code of the entire propellor run can be checked;
-- the reboot proceeds only if the function returns True.
--
-- The reboot can be forced to run, which bypasses the init system. Useful