summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-04-19 12:51:12 -0400
committerJoey Hess2015-04-19 12:51:12 -0400
commit10ed35441f7be707e55291891991eb98bbfb1263 (patch)
treed6c8f8e5bb6aee0621d7915f57bd58301ec29a11 /src
parent4020a3e7077b285d888845ac508b233624b17ed0 (diff)
parentfe6ff079e6770ce452ea0ba1b49b68bebeaed2d3 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src')
-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 8b3cd0fd..2bb41446 100644
--- a/src/Propellor/Types/OS.hs
+++ b/src/Propellor/Types/OS.hs
@@ -25,7 +25,7 @@ data Distribution
deriving (Show, Eq)
-- | Debian has several rolling suites, and a number of stable releases,
--- such as Stable "wheezy".
+-- such as Stable "jessie".
data DebianSuite = Experimental | Unstable | Testing | Stable Release
deriving (Show, Eq)