mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 23:39:38 +00:00
Fix typo in documentation
This commit is contained in:
parent
92d19d1671
commit
1b57699a3a
@ -212,7 +212,7 @@ typedef enum {
|
|||||||
* > Get the current bytes in cache and the maximum that would be
|
* > Get the current bytes in cache and the maximum that would be
|
||||||
* > allowed in the cache.
|
* > 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.
|
* > Get the default template path.
|
||||||
* > The path is written to the `out`
|
* > The path is written to the `out`
|
||||||
|
@ -39,7 +39,7 @@ typedef int git_file;
|
|||||||
*
|
*
|
||||||
* Some of the methods are slightly wrapped to provide
|
* Some of the methods are slightly wrapped to provide
|
||||||
* saner defaults. Some of these methods are emulated
|
* saner defaults. Some of these methods are emulated
|
||||||
* in Windows platforns.
|
* in Windows platforms.
|
||||||
*
|
*
|
||||||
* Use your manpages to check the docs on these.
|
* Use your manpages to check the docs on these.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user