mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
runtests.pl: Fixed typo in message
This commit is contained in:
parent
a7b99d58a8
commit
89116e3422
@ -601,7 +601,7 @@ sub torture {
|
||||
my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
|
||||
localtime(time());
|
||||
my $now = sprintf("%02d:%02d:%02d ", $hour, $min, $sec);
|
||||
logmsg "Fail funcion no: $limit at $now\r";
|
||||
logmsg "Fail function no: $limit at $now\r";
|
||||
}
|
||||
|
||||
# make the memory allocation function number $limit return failure
|
||||
|
Loading…
Reference in New Issue
Block a user