diff options
author | Vicent Marti <vicent@github.com> | 2014-03-03 13:12:27 +0100 |
---|---|---|
committer | Vicent Marti <vicent@github.com> | 2014-03-03 13:12:27 +0100 |
commit | bb3687c5a8180c39d12b437ca1822ac43482b26f (patch) | |
tree | 3f8e8730a578b2bebac9abc5133803f00effb3cb /include/git2/common.h | |
parent | f34b9a5984c1e090d995cd792c4135541a153c7b (diff) | |
parent | 96484ecd9e133a08861aabd7391d48f470d64bd5 (diff) | |
download | libgit2-bb3687c5a8180c39d12b437ca1822ac43482b26f.tar.gz |
Merge pull request #2151 from arthurschreiber/patch-3
Fix the description for `GIT_FEATURE_SSH`.
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/common.h b/include/git2/common.h index 4b3e02e41..1dca8e837 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -119,7 +119,7 @@ typedef enum { * * - GIT_FEATURE_SSH * Libgit2 supports the SSH protocol for network operations. This requires - * the openssh to be found when compiling libgit2 + * the libssh2 library to be found when compiling libgit2 */ GIT_EXTERN(int) git_libgit2_features(void); |