From 3ac2677e00661370f71250ed4cf53ad66bfcab2c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 13 Feb 2012 16:58:26 -0400 Subject: [PATCH] comment typo --- Git/HashObject.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Git/HashObject.hs b/Git/HashObject.hs index ae498278f4..9c99dae268 100644 --- a/Git/HashObject.hs +++ b/Git/HashObject.hs @@ -12,7 +12,7 @@ import Git import Git.Command {- 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 paths repo = do (pid, fromh, toh) <- hPipeBoth "git" $ toCommand $ git_hash_object repo