summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-04-08 08:20:35 +0900
committerGitHub <noreply@github.com>2019-04-08 08:20:35 +0900
commitd1cfd79a477a440c5f0929c34e817da202227ec7 (patch)
tree45a81efc68e836c98752cf4303918415396a3140
parentc4cd69b25825daac70707591d340baf9ec41afd3 (diff)
parent67562b232ae5f5379d58cb340593e209f8e8569b (diff)
downloadlibgit2-d1cfd79a477a440c5f0929c34e817da202227ec7.tar.gz
Merge pull request #5045 from cheese1/patch-1
fix typo
-rw-r--r--cmake/Modules/FindGSSAPI.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindGSSAPI.cmake b/cmake/Modules/FindGSSAPI.cmake
index 8520d35df..37357c4cd 100644
--- a/cmake/Modules/FindGSSAPI.cmake
+++ b/cmake/Modules/FindGSSAPI.cmake
@@ -6,7 +6,7 @@
#
# Read-Only variables:
# GSSAPI_FLAVOR_MIT - set to TURE if MIT Kerberos has been found
-# GSSAPI_FLAVOR_HEIMDAL - set to TRUE if Heimdal Keberos has been found
+# GSSAPI_FLAVOR_HEIMDAL - set to TRUE if Heimdal Kerberos has been found
# GSSAPI_FOUND - system has GSSAPI
# GSSAPI_INCLUDE_DIR - the GSSAPI include directory
# GSSAPI_LIBRARIES - Link these to use GSSAPI