Skip to content

Commit

Permalink
Merge pull request #2152 from rex4539/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
orignal authored Jan 28, 2025
2 parents 45bab06 + 588855c commit d411da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cmake_modules/GetGitRevisionDescription.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d411da4

Please sign in to comment.