summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-11-21 16:02:10 -0400
committerJoey Hess2014-11-21 16:02:10 -0400
commit33e9b10c19320cdeb82dedd21cfc8bc7a10ed649 (patch)
treecc8b3cff03dee8a6d4fd2017e7b32403b99436a6
parentf6afeb889f4b11418daac7825c1adb1df4ff145c (diff)
typo
-rw-r--r--src/Propellor/Property/Systemd.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs
index d91b441b..d1b6bde6 100644
--- a/src/Propellor/Property/Systemd.hs
+++ b/src/Propellor/Property/Systemd.hs
@@ -53,7 +53,7 @@ enabled n = trivial $ cmdProperty "systemctl" ["enable", n]
-- | Disables a systemd service.
disabled :: ServiceName -> Property
-disabled n = trivial $ cmdProperty "systemctl" ["distable", n]
+disabled n = trivial $ cmdProperty "systemctl" ["disable", n]
`describe` ("service " ++ n ++ " disabled")
-- | Enables persistent storage of the journal.