comment typo

This commit is contained in:
Joey Hess 2012-02-13 16:58:26 -04:00
parent ecfcb41abe
commit 3ac2677e00

View file

@ -12,7 +12,7 @@ import Git
import Git.Command import Git.Command
{- Injects a set of files into git, returning the shas of the objects {- Injects a set of files into git, returning the shas of the objects
- and an IO action to call ones the the shas have been used. -} - and an IO action to call once the the shas have been used. -}
hashFiles :: [FilePath] -> Repo -> IO ([Sha], IO ()) hashFiles :: [FilePath] -> Repo -> IO ([Sha], IO ())
hashFiles paths repo = do hashFiles paths repo = do
(pid, fromh, toh) <- hPipeBoth "git" $ toCommand $ git_hash_object repo (pid, fromh, toh) <- hPipeBoth "git" $ toCommand $ git_hash_object repo