From 39c085fff40fcb2dfea17d1d8b20b1387ff1e2af Mon Sep 17 00:00:00 2001 From: James Crayne Date: Wed, 27 Apr 2016 02:23:24 -0400 Subject: typo --- testkiki/testkiki.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testkiki') diff --git a/testkiki/testkiki.hs b/testkiki/testkiki.hs index 606f268..b693601 100644 --- a/testkiki/testkiki.hs +++ b/testkiki/testkiki.hs @@ -310,8 +310,8 @@ doTests tkConfig = hspec $ do -safeFileInfo :: FilePath -> IO (UTCTime,FilePath) -safeFileInfo file = do +saveFileInfo :: FilePath -> IO (UTCTime,FilePath) +saveFileInfo file = do mtime <- getModificationTime file let folder = takeDirectory file fileDotOld = file ++ ".old" -- cgit v1.2.3