Skip to content

Commit 3fa8ec5

Browse files
committed
src: fix typos in header files
1 parent ac77d30 commit 3fa8ec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/runtime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int git_runtime_init_count(void);
4242
* such that there are no remaining `init` calls, then any
4343
* shutdown hooks that have been registered will be invoked.
4444
*
45-
* The number of oustanding initializations will be returned.
45+
* The number of outstanding initializations will be returned.
4646
* If this number is 0, then the runtime is shutdown.
4747
*
4848
* @return The number of outstanding initializations (after this one) or an error

src/transports/httpclient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ extern int git_http_client_new(
9090

9191
/*
9292
* Sends a request to the host specified by the request URL. If the
93-
* method is POST, either the the content_length or the chunked flag must
93+
* method is POST, either the content_length or the chunked flag must
9494
* be specified. The body should be provided in subsequent calls to
9595
* git_http_client_send_body.
9696
*

0 commit comments

Comments
 (0)