diff options
author | Arthur Schreiber <schreiber.arthur@gmail.com> | 2014-03-03 12:59:35 +0100 |
---|---|---|
committer | Arthur Schreiber <schreiber.arthur@gmail.com> | 2014-03-03 12:59:35 +0100 |
commit | 96484ecd9e133a08861aabd7391d48f470d64bd5 (patch) | |
tree | 3f8e8730a578b2bebac9abc5133803f00effb3cb /include | |
parent | f34b9a5984c1e090d995cd792c4135541a153c7b (diff) | |
download | libgit2-96484ecd9e133a08861aabd7391d48f470d64bd5.tar.gz |
Fix the description for `GIT_FEATURE_SSH`.
Diffstat (limited to 'include')
-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); |