From 214da052b28ca841b915acc66986f8de2960aa14 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Mon, 13 Jun 2022 10:09:24 +0200 Subject: [PATCH] pbuilder-dist: fix typo kernal/kernel --- pbuilder-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbuilder-dist b/pbuilder-dist index dde56c6..3dcff57 100755 --- a/pbuilder-dist +++ b/pbuilder-dist @@ -457,7 +457,7 @@ def main(): elif (os.path.isdir('/usr/lib/arch-test') and args[0] in os.listdir('/usr/lib/arch-test/')): 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 ' 'foreign architectures.', args[0]) sys.exit(1)