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:
Jason Stangroome 2026-03-19 13:34:02 +11:00 committed by Viktor Szakats
parent e9c3dacc5e
commit ae864e824e
No known key found for this signature in database

View file

@ -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);