From 89116e3422ea310a27d6a1f8a94c17c222bfae39 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 30 Oct 2017 16:56:14 +0100 Subject: runtests.pl: Fixed typo in message --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3