mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
misc: fix typos
Just fixing some typos using: https://github.com/crate-ci/typos Closes #17904
This commit is contained in:
parent
c6b2d3d911
commit
86f43af951
21 changed files with 26 additions and 26 deletions
|
|
@ -401,7 +401,7 @@ sub single {
|
|||
push @desc, ".fi\n";
|
||||
next;
|
||||
}
|
||||
# convert single backslahes to doubles
|
||||
# convert single backslashes to doubles
|
||||
$d =~ s/\\/\\\\/g;
|
||||
# lines starting with a period needs it escaped
|
||||
$d =~ s/^\./\\&./;
|
||||
|
|
|
|||
|
|
@ -826,7 +826,7 @@ sub single {
|
|||
print ".nf\n";
|
||||
foreach my $e (@examples) {
|
||||
$e =~ s!\$URL!https://example.com!g;
|
||||
# convert single backslahes to doubles
|
||||
# convert single backslashes to doubles
|
||||
$e =~ s/\\/\\\\/g;
|
||||
print "curl $e\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue