Skip to content

Commit

Permalink
fixup filenamed
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 2, 2024
1 parent aa5ee2b commit a40f191
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dev/_howto.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
</pre>
<p>
The first time to run <a href="testcurl.html">testcurl.pl</a>, it will prompt
you for some info (unless you provide that data using command line
options). That info is then stored in the filenamed 'setup' in the current
directory and will be used when this script is subsequently run. The format
is easily manually edited using a text editor.
you for some info (unless you provide that data using command line options).
That info is then stored in the filen amed 'setup' in the current directory
and will be used when this script is subsequently run. The format is easily
manually edited using a text editor.
<p>
you will now see a full compile, build and test perform. Make sure everything
works out fine.
Expand Down
2 changes: 1 addition & 1 deletion dev/update.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
close(MD5);
}

# if there is a logfilenamed 'p' now, it is new!
# if there is a logfile named 'p' now, it is new!
my $new=0;
for(keys %logfile) {
if($logfile{$_} eq "p") {
Expand Down
2 changes: 1 addition & 1 deletion docs/CVE-2023-38546.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ disk, the cloned version of the handle would instead store the filename as
`none` (using the four ASCII letters, no quotes).

Subsequent use of the cloned handle that does not explicitly set a source to
load cookies from would then inadvertently load cookies from a filenamed
load cookies from would then inadvertently load cookies from a file named
`none` - if such a file exists and is readable in the current directory of the
program using libcurl, when using the correct file format of course.

Expand Down

0 comments on commit a40f191

Please sign in to comment.