summaryrefslogtreecommitdiff
path: root/src/cc-compat.h
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-02-15 15:47:28 -0500
committerAaron Franke <arnfranke@yahoo.com>2021-02-15 16:01:25 -0500
commit7efddeb7376b3e10379ea662c9a235ae079119d7 (patch)
tree83f3dbcd42dbe16412e53c62a9078a6111009105 /src/cc-compat.h
parent935f85131fa106730bbf66d49808b5aca375f729 (diff)
downloadlibgit2-7efddeb7376b3e10379ea662c9a235ae079119d7.tar.gz
Fix some typos
Diffstat (limited to 'src/cc-compat.h')
-rw-r--r--src/cc-compat.h2
1 files changed, 1 insertions, 1 deletions
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 */