mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:13: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/^\./\\&./;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue