mirror of
https://github.com/curl/curl.git
synced 2026-07-23 04:37:15 +03:00
release-notes.pl: manage more "closes" typos
This commit is contained in:
parent
9f3427b315
commit
bb65a52a05
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ for my $l (@gitlog) {
|
|||
my $ref = extract($2);
|
||||
push @fixes, $ref if($ref);
|
||||
}
|
||||
elsif($line =~ /^Clo(s|)es(:|) *(.*)/i) {
|
||||
elsif($line =~ /^Cl([os]+)es(:|) *(.*)/i) {
|
||||
my $ref = extract($3);
|
||||
push @closes, $ref if($ref);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue