mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:01:41 +03:00
examples: fix typo in comment
noticed while reviewing https://github.com/curl/curl/pull/20793 Ref: https://github.com/curl/curl/pull/20793/changes#r2957089487 Closes #21001
This commit is contained in:
parent
e9c3dacc5e
commit
ae864e824e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ for my $f (@ARGV) {
|
|||
while(<F>) {
|
||||
my $l = $_;
|
||||
if($l =~ /\/* $docroot/) {
|
||||
# ignore preciously added refs
|
||||
# ignore previously added refs
|
||||
}
|
||||
elsif($l =~ /^( *).*curl_easy_setopt\([^,]*, *([^ ,]*) *,/) {
|
||||
my ($prefix, $anchor) = ($1, $2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue