diff options
Diffstat (limited to 'protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake')
-rw-r--r-- | protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake b/protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake index b565582098..420772966c 100644 --- a/protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake +++ b/protocols/Telegram/tdlib/td/CMake/GetGitRevisionDescription.cmake @@ -80,7 +80,7 @@ function(get_git_head_revision _refspecvar _hashvar) # The following git command will return a non empty string that # points to the super project working tree if the current # source dir is inside a git submodule. - # Otherwise the command will return an empty string. + # Otherwise, the command will return an empty string. # execute_process( COMMAND "${GIT_EXECUTABLE}" rev-parse --show-superproject-working-tree |