mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +03:00
docs: spellfixes
Pointed by the new CI job
This commit is contained in:
parent
72c41f7c8b
commit
fd1ce3d4b0
188 changed files with 1203 additions and 1208 deletions
|
|
@ -95,7 +95,7 @@ sub scan_docs {
|
|||
my $line = 0;
|
||||
while(<F>) {
|
||||
$line++;
|
||||
if(/^## (CURL_DISABLE_[A-Z_]+)/g) {
|
||||
if(/^## `(CURL_DISABLE_[A-Z_]+)/g) {
|
||||
my ($sym)=($1);
|
||||
$docs{$sym} = $line;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue