diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime.h | 2 | ||||
| -rw-r--r-- | src/transports/httpclient.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime.h b/src/runtime.h index 2cbcafe52..24ac58ee9 100644 --- a/src/runtime.h +++ b/src/runtime.h @@ -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 diff --git a/src/transports/httpclient.h b/src/transports/httpclient.h index 2a83bee3e..6d0ef9edb 100644 --- a/src/transports/httpclient.h +++ b/src/transports/httpclient.h @@ -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. * |
