aboutsummaryrefslogtreecommitdiff
path: root/Git/HashObject.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-13 16:58:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-13 16:58:26 -0400
commit3ac2677e00661370f71250ed4cf53ad66bfcab2c (patch)
treeef19109cd25b6a56f333d01ce1b64eeb26cf2d81 /Git/HashObject.hs
parentecfcb41abe5c2903ca80d26365afdf20faaf9989 (diff)
comment typo
Diffstat (limited to 'Git/HashObject.hs')
-rw-r--r--Git/HashObject.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/HashObject.hs b/Git/HashObject.hs
index ae498278f..9c99dae26 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