From 2ae574688b5cb55d36685e97e0a4c37abf3169ed Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 11 Apr 2016 02:05:58 +0200 Subject: [PATCH] LIB: fix spelling error --- src/HSFM/FileSystem/Errors.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HSFM/FileSystem/Errors.hs b/src/HSFM/FileSystem/Errors.hs index 1b3bb7d..c2c5112 100644 --- a/src/HSFM/FileSystem/Errors.hs +++ b/src/HSFM/FileSystem/Errors.hs @@ -97,7 +97,7 @@ instance Show FmIOException where show (Can'tOpenDirectory fp) = "Can't open directory: " ++ P.fpToString fp show (CopyFailed str) = "Copying failed: " ++ show str - show (MoveFailed str) = "Movinf failed: " ++ show str + show (MoveFailed str) = "Moving failed: " ++ show str