File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments