diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2019-04-08 08:20:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-08 08:20:35 +0900 |
| commit | d1cfd79a477a440c5f0929c34e817da202227ec7 (patch) | |
| tree | 45a81efc68e836c98752cf4303918415396a3140 | |
| parent | c4cd69b25825daac70707591d340baf9ec41afd3 (diff) | |
| parent | 67562b232ae5f5379d58cb340593e209f8e8569b (diff) | |
| download | libgit2-d1cfd79a477a440c5f0929c34e817da202227ec7.tar.gz | |
Merge pull request #5045 from cheese1/patch-1
fix typo
| -rw-r--r-- | cmake/Modules/FindGSSAPI.cmake | 2 |
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 |
