1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-09 05:34:31 +00:00

Merge pull request #2152 from rex4539/typo

fix typo
This commit is contained in:
orignal 2025-01-27 22:48:40 -05:00 committed by GitHub
commit d411da451a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ get_filename_component(_gitdescmoddir ${CMAKE_CURRENT_LIST_FILE} PATH)
# function returns an empty string via _git_dir_var.
#
# Example: Given a path C:/bla/foo/bar and assuming C:/bla/.git exists and
# neither foo nor bar contain a file/directory .git. This wil return
# neither foo nor bar contain a file/directory .git. This will return
# C:/bla/.git
#
function(_git_find_closest_git_dir _start_dir _git_dir_var)