]> git.proxmox.com Git - libgit2.git/commitdiff
typo: one git_remote_fetchspec should be pushspec
authorCarlos Martín Nieto <carlos@cmartin.tk>
Sat, 9 Jul 2011 15:29:42 +0000 (17:29 +0200)
committerCarlos Martín Nieto <carlos@cmartin.tk>
Wed, 13 Jul 2011 21:55:48 +0000 (23:55 +0200)
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
include/git2/remote.h

index fc05867c7e695f1865f08fcc91c74fde64d95bbb..7775070d82102b0d01eb2c86fc50698bb258df0c 100644 (file)
@@ -87,7 +87,7 @@ GIT_EXTERN(const git_refspec *) git_remote_fetchspec(struct git_remote *remote);
  * @return a pointer to the push refspec or NULL if it doesn't exist
  */
 
-GIT_EXTERN(const git_refspec *) git_remote_fetchspec(struct git_remote *remote);
+GIT_EXTERN(const git_refspec *) git_remote_pushspec(struct git_remote *remote);
 
 /**
  * Open a connection to a remote