Fix the description for GIT_FEATURE_SSH.

This commit is contained in:
Arthur Schreiber 2014-03-03 12:59:35 +01:00
parent f34b9a5984
commit 96484ecd9e

View File

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