aboutsummaryrefslogtreecommitdiff
path: root/Git/Index.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-11-10 15:38:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-11-10 15:38:31 -0400
commitb16bc0861d04c232d5a18f86ee62063cf1e6e6a6 (patch)
treeb8cc1c1974b353d89086bb608bd5cb42cacade6e /Git/Index.hs
parent4ef914a4020cce44bcfaf9e35cf5e18688b250f5 (diff)
comment typo
Diffstat (limited to 'Git/Index.hs')
-rw-r--r--Git/Index.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/Index.hs b/Git/Index.hs
index 1f9d1c814..7145bb943 100644
--- a/Git/Index.hs
+++ b/Git/Index.hs
@@ -45,7 +45,7 @@ indexFileLock r = indexFile r ++ ".lock"
- Changes made to this index will influence the commit, but won't
- affect the real index file.
-
- - This detects when we're in this situation, using a heiristic, which
+ - This detects when we're in this situation, using a heuristic, which
- might be broken by changes to git. Any use of this should have a test
- case to make sure it works.
-}