diff options
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 16a6ca8ab..7f6f81291 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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 |