Skip to content

Commit

Permalink
docs: minor grammar fixes
Browse files Browse the repository at this point in the history
Closes curl#9609
  • Loading branch information
suchorski authored and bagder committed Sep 29, 2022
1 parent ca3efd5 commit 75670e4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ WEBSITE

GIT

To download the latest source code off the GIT server do this:
To download the latest source code off the GIT server, do this:

git clone https://github.com/curl/curl.git

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ downloads.

## Git

To download the latest source from the Git server do this:
To download the latest source from the Git server, do this:

git clone https://github.com/curl/curl.git

Expand Down
2 changes: 1 addition & 1 deletion docs/ALTSVC.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ curl features support for the Alt-Svc: HTTP header.

# Alt-Svc cache file format

This a text based file with one line per entry and each line consists of nine
This is a text based file with one line per entry and each line consists of nine
space separated fields.

## Example
Expand Down
4 changes: 2 additions & 2 deletions docs/BUGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
experimental build or similar, to get this confirmed or not.

At times people insist that they cannot upgrade to a modern curl version, but
instead they "just want the bug fixed". That is fine, just do not count on us
instead, they "just want the bug fixed". That is fine, just do not count on us
spending many cycles on trying to identify which single commit, if that is
even possible, that at some point in the past fixed the problem you are now
experiencing.
Expand All @@ -181,7 +181,7 @@
maybe they are off in the woods hunting. Have patience. Allow at least a few
days before expecting someone to have responded.

In the issue tracker you can expect that some labels will be set on the issue
In the issue tracker, you can expect that some labels will be set on the issue
to help categorize it.

## First response
Expand Down
2 changes: 1 addition & 1 deletion docs/NEW-PROTOCOL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Adding a new protocol?

Every once in a while someone comes up with the idea of adding support for yet
Every once in a while, someone comes up with the idea of adding support for yet
another protocol to curl. After all, curl already supports 25 something
protocols and it is the Internet transfer machine for the world.

Expand Down
2 changes: 1 addition & 1 deletion docs/SECURITY-PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ No information should be made public about a vulnerability until it is
formally announced at the end of this process. That means, for example, that a
bug tracker entry must NOT be created to track the issue since that will make
the issue public and it should not be discussed on any of the project's public
mailing lists. Also messages associated with any commits should not make any
mailing lists. Messages associated with any commits should not make any
reference to the security nature of the commit if done prior to the public
announcement.

Expand Down

0 comments on commit 75670e4

Please sign in to comment.