diff options
| author | Dan Fandrich <dan@coneharvesters.com> | 2017-10-30 16:56:14 +0100 | 
|---|---|---|
| committer | Dan Fandrich <dan@coneharvesters.com> | 2017-10-30 16:56:42 +0100 | 
| commit | 89116e3422ea310a27d6a1f8a94c17c222bfae39 (patch) | |
| tree | 8d1a9feceb0a0cdb2a2537487ccdab1023a68ad1 /tests | |
| parent | a7b99d58a86b5576a7cce3ab295f9726885fe51a (diff) | |
runtests.pl: Fixed typo in message
Diffstat (limited to 'tests')
| -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 | 
