Fix spelling

This commit is contained in:
Julian Ospald 2016-06-05 16:00:15 +02:00
parent 7ed5829d47
commit 7a6f0e8728
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ data CopyMode = Strict -- ^ fail if any target exists
-- Throws in `CollectFailures` RecursiveMode only: -- Throws in `CollectFailures` RecursiveMode only:
-- --
-- - `RecursiveFailure` if any of the recursive operations that are not -- - `RecursiveFailure` if any of the recursive operations that are not
-- part of the top-directory sanity-checks fails (`HPathIOException`) -- part of the top-directory sanity-checks fail (`HPathIOException`)
-- --
-- Throws in `Strict` CopyMode only: -- Throws in `Strict` CopyMode only:
-- --