From c3e1304ea308f90866c6cdc450095575063fbbf5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 14 Feb 2018 22:19:57 +0100 Subject: [PATCH] sha1c: fix a trivial spelling error This was originally fixed in git.git's copy of the library in 6412757514 ("Spelling fixes", 2017-06-25). --- lib/sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sha1.c b/lib/sha1.c index d594882..25eded1 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -962,7 +962,7 @@ static void sha1recompress_fast_ ## t (uint32_t ihvin[5], uint32_t ihvout[5], co #ifdef _MSC_VER #pragma warning(push) -#pragma warning(disable: 4127) /* Complier complains about the checks in the above macro being constant. */ +#pragma warning(disable: 4127) /* Compiler complains about the checks in the above macro being constant. */ #endif #ifdef DOSTORESTATE0 -- 2.11.4.GIT