diff --git a/include/git2/remote.h b/include/git2/remote.h index b5e83ecc8..e4254e061 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -763,7 +763,7 @@ typedef enum { */ GIT_REMOTE_DOWNLOAD_TAGS_NONE, /** - * Ask for the all the tags. + * Ask for all the tags. */ GIT_REMOTE_DOWNLOAD_TAGS_ALL } git_remote_autotag_option_t;