Commit bb3687c5a8180c39d12b437ca1822ac43482b26f

Vicent Marti 2014-03-03T13:12:27

Merge pull request #2151 from arthurschreiber/patch-3 Fix the description for `GIT_FEATURE_SSH`.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/common.h b/include/git2/common.h
index 4b3e02e..1dca8e8 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);