Merge pull request #380 from msabramo/fix_typo_width_with

Fix typo: width => with
This commit is contained in:
Axel Kittenberger 2016-05-24 10:28:37 +02:00
commit ee5d693846
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ default.collect = function( agent, exitcode )
elseif rc == 'die' then
log(
'Error',
'Failure with a list width exitcode = ',
'Failure with a list with exitcode = ',
exitcode
)
else