mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:03:39 +03:00
spellcheck.words: remove 'github' as an accepted word
Prefer the properly cased version: GitHub Use markdown for links and GitHub in text. Closes #9810
This commit is contained in:
parent
4484270afc
commit
19bfaca7cc
4 changed files with 6 additions and 7 deletions
1
.github/scripts/spellcheck.words
vendored
1
.github/scripts/spellcheck.words
vendored
|
|
@ -246,7 +246,6 @@ getpwuid
|
||||||
ggcov
|
ggcov
|
||||||
Ghedini
|
Ghedini
|
||||||
Gisle
|
Gisle
|
||||||
github
|
|
||||||
Glesys
|
Glesys
|
||||||
globbing
|
globbing
|
||||||
gmail
|
gmail
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,7 @@ Build nghttp3
|
||||||
% make
|
% make
|
||||||
% make install
|
% make install
|
||||||
|
|
||||||
Build ngtcp2 (once https://github.com/ngtcp2/ngtcp2/pull/505 is merged)
|
Build ngtcp2
|
||||||
|
|
||||||
% cd ..
|
% cd ..
|
||||||
% git clone https://github.com/ngtcp2/ngtcp2
|
% git clone https://github.com/ngtcp2/ngtcp2
|
||||||
|
|
|
||||||
|
|
@ -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
|
See Daniel's post on [Support of Encrypted
|
||||||
SNI](https://curl.se/mail/lib-2019-03/0000.html) on the mailing list.
|
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)
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ SPDX-License-Identifier: curl
|
||||||
Fuzz tests
|
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.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue