From 7a6f0e87285e3eba5c4c67bb55cf9cd14501f2dc Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 5 Jun 2016 16:00:15 +0200 Subject: [PATCH] Fix spelling --- src/HPath/IO.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HPath/IO.hs b/src/HPath/IO.hs index 0b9323c..1d10f73 100644 --- a/src/HPath/IO.hs +++ b/src/HPath/IO.hs @@ -287,7 +287,7 @@ data CopyMode = Strict -- ^ fail if any target exists -- Throws in `CollectFailures` RecursiveMode only: -- -- - `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: --