Commit 10edb7a9 by Vicent Martí

Merge pull request #1863 from linquize/typo

Fix typo in documentation
parents 07fb67f9 1b57699a
......@@ -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`
......
......@@ -39,7 +39,7 @@ typedef int git_file;
*
* Some of the methods are slightly wrapped to provide
* saner defaults. Some of these methods are emulated
* in Windows platforns.
* in Windows platforms.
*
* Use your manpages to check the docs on these.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment