mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Merge pull request #5843 from tniessen/src-fix-typos-in-headers
src: fix typos in header files
This commit is contained in:
@@ -42,7 +42,7 @@ int git_runtime_init_count(void);
|
||||
* such that there are no remaining `init` calls, then any
|
||||
* shutdown hooks that have been registered will be invoked.
|
||||
*
|
||||
* The number of oustanding initializations will be returned.
|
||||
* The number of outstanding initializations will be returned.
|
||||
* If this number is 0, then the runtime is shutdown.
|
||||
*
|
||||
* @return The number of outstanding initializations (after this one) or an error
|
||||
|
||||
@@ -90,7 +90,7 @@ extern int git_http_client_new(
|
||||
|
||||
/*
|
||||
* Sends a request to the host specified by the request URL. If the
|
||||
* method is POST, either the the content_length or the chunked flag must
|
||||
* method is POST, either the content_length or the chunked flag must
|
||||
* be specified. The body should be provided in subsequent calls to
|
||||
* git_http_client_send_body.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user