Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
cabfa3b3
Unverified
Commit
cabfa3b3
authored
Apr 20, 2021
by
Edward Thomson
Committed by
GitHub
Apr 20, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5843 from tniessen/src-fix-typos-in-headers
src: fix typos in header files
parents
ac77d306
3fa8ec52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/runtime.h
+1
-1
src/transports/httpclient.h
+1
-1
No files found.
src/runtime.h
View file @
cabfa3b3
...
...
@@ -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 ou
t
standing 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
...
...
src/transports/httpclient.h
View file @
cabfa3b3
...
...
@@ -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.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment