Commit 96484ecd9e133a08861aabd7391d48f470d64bd5

Arthur Schreiber 2014-03-03T12:59:35

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);