diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Types/OS.hs | 2 |
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) |
