summaryrefslogtreecommitdiff
path: root/include/git2/common.h
diff options
context:
space:
mode:
authorVicent Marti <vicent@github.com>2014-03-03 13:12:27 +0100
committerVicent Marti <vicent@github.com>2014-03-03 13:12:27 +0100
commitbb3687c5a8180c39d12b437ca1822ac43482b26f (patch)
tree3f8e8730a578b2bebac9abc5133803f00effb3cb /include/git2/common.h
parentf34b9a5984c1e090d995cd792c4135541a153c7b (diff)
parent96484ecd9e133a08861aabd7391d48f470d64bd5 (diff)
downloadlibgit2-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.h2
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);