From b465309d563545be629a917727cc8645c81f5dd7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 15 Feb 2017 07:42:03 +0200 Subject: [PATCH] Typo correction --- posts/hackage-security-stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/hackage-security-stack.md b/posts/hackage-security-stack.md index 24c76f7..4e80f5f 100644 --- a/posts/hackage-security-stack.md +++ b/posts/hackage-security-stack.md @@ -123,7 +123,7 @@ hackage-security: hopefully resulting in a more reliable security mechanism for both projects to share ([small example of such stress-testing](https://github.com/haskell/hackage-security/issues/184)). -* Stack has always maintained compaitibility with some form of non-Git +* Stack has always maintained compatibility with some form of non-Git index, so we've always had two code paths for index updates. As hinted at above, this change opens the door to removing the Git-based code path. And removing code is almost as good as avoiding