diff options
author | Joey Hess <joey@kitenet.net> | 2014-11-10 15:38:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-11-10 15:38:31 -0400 |
commit | b16bc0861d04c232d5a18f86ee62063cf1e6e6a6 (patch) | |
tree | b8cc1c1974b353d89086bb608bd5cb42cacade6e | |
parent | 4ef914a4020cce44bcfaf9e35cf5e18688b250f5 (diff) |
comment typo
-rw-r--r-- | Git/Index.hs | 2 |
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. -} |