summaryrefslogtreecommitdiff
path: root/Command/Schedule.hs
diff options
context:
space:
mode:
authorGravatar Markus Hauru <markus@mhauru.org>2016-11-23 22:08:04 -0500
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-24 07:37:33 -0400
commit00647e4502ead0dbd3fe5ba809cfc68c82b38e73 (patch)
tree8873988462e8f1bec4b00b1b517c3030fc8f7e39 /Command/Schedule.hs
parentfc403a275d595b1c8c49ec3037a65064f6e8c170 (diff)
Fixed typo in Schedule.hs.
Diffstat (limited to 'Command/Schedule.hs')
-rw-r--r--Command/Schedule.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Schedule.hs b/Command/Schedule.hs
index 5cc8b37bf..c9d4f915f 100644
--- a/Command/Schedule.hs
+++ b/Command/Schedule.hs
@@ -29,7 +29,7 @@ start = parse
where
parse (name:[]) = go name performGet
parse (name:expr:[]) = go name $ \uuid -> do
- showStart "schedile" name
+ showStart "schedule" name
performSet expr uuid
parse _ = giveup "Specify a repository."