Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spellcheck.words: remove 'github' as an accepted word #9810

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/scripts/spellcheck.words
Expand Up @@ -246,7 +246,6 @@ getpwuid
ggcov
Ghedini
Gisle
github
Glesys
globbing
gmail
Expand Down
2 changes: 1 addition & 1 deletion docs/HTTP3.md
Expand Up @@ -131,7 +131,7 @@ Build nghttp3
% make
% make install

Build ngtcp2 (once https://github.com/ngtcp2/ngtcp2/pull/505 is merged)
Build ngtcp2

% cd ..
% git clone https://github.com/ngtcp2/ngtcp2
Expand Down
2 changes: 1 addition & 1 deletion docs/ROADMAP.md
Expand Up @@ -21,4 +21,4 @@ See: https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-02
See Daniel's post on [Support of Encrypted
SNI](https://curl.se/mail/lib-2019-03/0000.html) on the mailing list.

Initial work exists in https://github.com/curl/curl/pull/4011
Initial work exists in [PR 4011](https://github.com/curl/curl/pull/4011)
8 changes: 4 additions & 4 deletions tests/fuzz/README.md
Expand Up @@ -7,8 +7,8 @@ SPDX-License-Identifier: curl
Fuzz tests
==========

The fuzzing tests for curl have been moved to a separate repository:
The fuzzing tests for curl have been moved to [a separate
repository](https://github.com/curl/curl-fuzzer).

https://github.com/curl/curl-fuzzer

More information on how to get started with curl fuzz testing can be found there.
More information on how to get started with curl fuzz testing can be found
there.