summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorSean Whitton2016-09-05 11:17:10 -0700
committerSean Whitton2016-09-05 11:17:10 -0700
commit172a5c2003001e81d101904df465d65bde9357c8 (patch)
tree36f9e53f299d548686426988f199412c166338b3 /src/Propellor
parentcf9e354619f07d200b804393d5fb0b9ce5aa8370 (diff)
typo
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/Debootstrap.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Debootstrap.hs b/src/Propellor/Property/Debootstrap.hs
index 69ac036a..c0226b7e 100644
--- a/src/Propellor/Property/Debootstrap.hs
+++ b/src/Propellor/Property/Debootstrap.hs
@@ -168,7 +168,7 @@ sourceInstall' = withTmpDir "debootstrap" $ \tmpd -> do
makeDevicesTarball
makeWrapperScript (localInstallDir </> subdir)
return MadeChange
- _ -> errorMessage "debootstrap tar file did not contain exactly one dirctory"
+ _ -> errorMessage "debootstrap tar file did not contain exactly one directory"
sourceRemove :: Property Linux
sourceRemove = property "debootstrap not installed from source" $ liftIO $