summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/OS.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-05 19:33:34 -0400
committerJoey Hess2014-12-05 19:33:34 -0400
commitc97dd0d7088fa981f762070e06fc8058ab04cdbd (patch)
tree98e9208b87e98d897df0923ca257e7308517acb4 /src/Propellor/Types/OS.hs
parenta7e71faaaa0ed2672b956691833ca6c3a3431189 (diff)
spelling typo
Diffstat (limited to 'src/Propellor/Types/OS.hs')
-rw-r--r--src/Propellor/Types/OS.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/OS.hs b/src/Propellor/Types/OS.hs
index 72e3d764..8b3cd0fd 100644
--- a/src/Propellor/Types/OS.hs
+++ b/src/Propellor/Types/OS.hs
@@ -15,7 +15,7 @@ import Network.BSD (HostName)
type UserName = String
type GroupName = String
--- | High level descritption of a operating system.
+-- | High level description of a operating system.
data System = System Distribution Architecture
deriving (Show, Eq)