summaryrefslogtreecommitdiff
path: root/src/Propellor/DotDir.hs
diff options
context:
space:
mode:
authorSean Whitton2016-04-03 12:00:30 -0700
committerSean Whitton2016-04-03 12:00:30 -0700
commita7503d1b107656f0635d6d965d0dca9bdda7839f (patch)
tree590b4076990c1a042e6174570b353150b8e32da1 /src/Propellor/DotDir.hs
parentc8d31e8847e6ca15005b2a27568363cecaa36c01 (diff)
typo
Diffstat (limited to 'src/Propellor/DotDir.hs')
-rw-r--r--src/Propellor/DotDir.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/DotDir.hs b/src/Propellor/DotDir.hs
index 4f27788d..c911513a 100644
--- a/src/Propellor/DotDir.hs
+++ b/src/Propellor/DotDir.hs
@@ -115,7 +115,7 @@ setup :: IO ()
setup = do
sayLn "Propellor's configuration file is ~/.propellor/config.hs"
sayLn ""
- sayLn "Lets get you started with a simple config that you can adapt"
+ sayLn "Let's get you started with a simple config that you can adapt"
sayLn "to your needs. You can start with:"
sayLn " A: A clone of propellor's git repository (most flexible)"
sayLn " B: The bare minimum files to use propellor (most simple)"