summaryrefslogtreecommitdiff
path: root/include/git2/refspec.h
diff options
context:
space:
mode:
authorKevin Sawicki <kevin@github.com>2013-01-06 10:39:35 -0800
committerKevin Sawicki <kevin@github.com>2013-01-06 10:39:35 -0800
commit7eb222fc7d392e8570e93373d7ffc7f67ea792cc (patch)
treebccfb6acf06f51f9566b505bf7bf6233b6678e2e /include/git2/refspec.h
parente5562e181cd76d3b0447011bc892c86b03ed2952 (diff)
downloadlibgit2-7eb222fc7d392e8570e93373d7ffc7f67ea792cc.tar.gz
Correct typos in documentation
Diffstat (limited to 'include/git2/refspec.h')
-rw-r--r--include/git2/refspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/refspec.h b/include/git2/refspec.h
index 1100e9022..21fea20a6 100644
--- a/include/git2/refspec.h
+++ b/include/git2/refspec.h
@@ -56,7 +56,7 @@ GIT_EXTERN(int) git_refspec_src_matches(const git_refspec *refspec, const char *
* Transform a reference to its target following the refspec's rules
*
* @param out where to store the target name
- * @param outlen the size ouf the `out` buffer
+ * @param outlen the size of the `out` buffer
* @param spec the refspec
* @param name the name of the reference to transform
* @return 0, GIT_EBUFS or another error