Commit 886cc447389da78885a909a96b43ddbe67c9807f

Victor Garcia 2013-11-08T15:42:52

fixing typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 116b31e..559b8dc 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