fixing typo

This commit is contained in:
Victor Garcia 2013-11-08 15:42:52 +01:00
parent 40b99d05b4
commit 886cc44738

View File

@ -27,7 +27,7 @@ GIT_BEGIN_DECL
typedef int (*git_remote_rename_problem_cb)(const char *problematic_refspec, void *payload);
/**
* Add a remote with the default fetch refsspec to the repository's configuration. This
* Add a remote with the default fetch refspec to the repository's configuration. This
* calls git_remote_save before returning.
*
* @param out the resulting remote