From 7efddeb7376b3e10379ea662c9a235ae079119d7 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Mon, 15 Feb 2021 15:47:28 -0500 Subject: Fix some typos --- src/cc-compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cc-compat.h') diff --git a/src/cc-compat.h b/src/cc-compat.h index 7ade561f3..de1469da8 100644 --- a/src/cc-compat.h +++ b/src/cc-compat.h @@ -45,7 +45,7 @@ #define GIT_UNUSED(x) ((void)(x)) -/* Define the printf format specifer to use for size_t output */ +/* Define the printf format specifier to use for size_t output */ #if defined(_MSC_VER) || defined(__MINGW32__) /* Visual Studio 2012 and prior lack PRId64 entirely */ -- cgit v1.2.1