diff options
author | Linquize <linquize@yahoo.com.hk> | 2013-09-22 09:11:43 +0800 |
---|---|---|
committer | Linquize <linquize@yahoo.com.hk> | 2013-09-22 09:38:51 +0800 |
commit | 1b57699a3a6245bce3b98f73286b7a904c4bbd66 (patch) | |
tree | 9ae2e138334f7bff17fa1a7277bc1d20b804d7a0 /include/git2/common.h | |
parent | 92d19d16711c059c768063956abd31db346d2e7b (diff) | |
download | libgit2-1b57699a3a6245bce3b98f73286b7a904c4bbd66.tar.gz |
Fix typo in documentation
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/common.h b/include/git2/common.h index bb2e63637..dca0c9c21 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -212,7 +212,7 @@ typedef enum { * > Get the current bytes in cache and the maximum that would be * > allowed in the cache. * - * * opts(GIT_OPT_GET_SEARCH_PATH, char *out, size_t len) + * * opts(GIT_OPT_GET_TEMPLATE_PATH, char *out, size_t len) * * > Get the default template path. * > The path is written to the `out` |