From 886cc447389da78885a909a96b43ddbe67c9807f Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Fri, 8 Nov 2013 15:42:52 +0100 Subject: [PATCH] fixing typo --- include/git2/remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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