diff options
author | Victor Garcia <victor@tuenti.com> | 2013-11-08 15:42:52 +0100 |
---|---|---|
committer | Victor Garcia <victor@tuenti.com> | 2013-11-08 15:42:52 +0100 |
commit | 886cc447389da78885a909a96b43ddbe67c9807f (patch) | |
tree | f76d8cd5d23a9262db955e8636ee1d2401caa160 | |
parent | 40b99d05b4a1221768c25c889180c12d2f43be8b (diff) | |
download | libgit2-886cc447389da78885a909a96b43ddbe67c9807f.tar.gz |
fixing typo
-rw-r--r-- | include/git2/remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index 116b31e35..559b8dcc1 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -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 |