diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-09-05 11:17:10 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-09-05 11:17:10 -0700 |
| commit | 172a5c2003001e81d101904df465d65bde9357c8 (patch) | |
| tree | 36f9e53f299d548686426988f199412c166338b3 /src | |
| parent | cf9e354619f07d200b804393d5fb0b9ce5aa8370 (diff) | |
typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Debootstrap.hs | 2 |
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 $ |
