pbuilder-dist: fix typo kernal/kernel

This commit is contained in:
Gianfranco Costamagna 2022-06-13 10:09:24 +02:00
parent b9c9a21696
commit 214da052b2

View File

@ -457,7 +457,7 @@ def main():
elif (os.path.isdir('/usr/lib/arch-test') elif (os.path.isdir('/usr/lib/arch-test')
and args[0] in os.listdir('/usr/lib/arch-test/')): and args[0] in os.listdir('/usr/lib/arch-test/')):
Logger.error('Architecture "%s" is not supported on your ' Logger.error('Architecture "%s" is not supported on your '
'currently running kernal. Consider installing ' 'currently running kernel. Consider installing '
'the qemu-user-static package to enable the use of ' 'the qemu-user-static package to enable the use of '
'foreign architectures.', args[0]) 'foreign architectures.', args[0])
sys.exit(1) sys.exit(1)