diff options
Diffstat (limited to 'sal/test/bootstrap.pl')
-rw-r--r-- | sal/test/bootstrap.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/test/bootstrap.pl b/sal/test/bootstrap.pl index 7ef389d99747..a0ff7778be16 100644 --- a/sal/test/bootstrap.pl +++ b/sal/test/bootstrap.pl @@ -224,7 +224,7 @@ else { '-env:MYBOOTSTRAPTESTVALUE=$MYBOOTSTRAPTESTVALUE'; } if (!$rc) { - $comment = $comment . "no infinit recursion test not passed\n"; + $comment = $comment . "no infinite recursion test not passed\n"; $state = 0; } |