LIB: fix spelling error

This commit is contained in:
Julian Ospald 2016-04-11 02:05:58 +02:00
parent c2f3da6180
commit 2ae574688b
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -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