summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Machine.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-19 16:17:53 -0400
committerJoey Hess2017-11-19 16:17:53 -0400
commite328ad72952f25a63e77ad50b35bc524651607d7 (patch)
tree99433276854b95f31edeaa3c057408e7289aee73 /src/Propellor/Property/Machine.hs
parentf04e690b8e4d153645bd59ddd3cda858dc843786 (diff)
typo in example
Diffstat (limited to 'src/Propellor/Property/Machine.hs')
-rw-r--r--src/Propellor/Property/Machine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Machine.hs b/src/Propellor/Property/Machine.hs
index ec522c21..80da62a1 100644
--- a/src/Propellor/Property/Machine.hs
+++ b/src/Propellor/Property/Machine.hs
@@ -30,7 +30,7 @@
-- > sheeva = host "sheeva.example.com" $ props
-- > & osDebian Unstable ARMEL
-- > & marvell_SheevaPlug Marvell_SheevaPlug_SDCard
--- > & hasPartiton
+-- > & hasPartition
-- > ( partition EXT4
-- > `mountedAt` "/"
-- > `addFreeSpace` MegaBytes 2048