Skip to content

Commit 588855c

Browse files
committed
fix typo
1 parent c3fa0ae commit 588855c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/cmake_modules/GetGitRevisionDescription.cmake

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

0 commit comments

Comments
 (0)