1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

runtests.pl: Fixed typo in message

This commit is contained in:
Dan Fandrich 2017-10-30 16:56:14 +01:00
parent a7b99d58a8
commit 89116e3422

View File

@ -601,7 +601,7 @@ sub torture {
my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
localtime(time()); localtime(time());
my $now = sprintf("%02d:%02d:%02d ", $hour, $min, $sec); 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 # make the memory allocation function number $limit return failure