From b7fe0edc163d0b32780d99d998312eb9c65dff88 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar <vaibhavsagar@gmail.com> Date: Wed, 25 May 2016 11:34:43 +0700 Subject: [PATCH] Fix typo --- git.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.cabal b/git.cabal index 3671da6..5467d6a 100644 --- a/git.cabal +++ b/git.cabal @@ -8,7 +8,7 @@ Description: . This implementation is fully interoperable with the main C implementation. . - This is stricly only manipulating the git store (what's inside the .git directory), + This is strictly only manipulating the git store (what's inside the .git directory), and doesn't do anything with the index or your working directory files. . License: BSD3 -- GitLab