From: Thore Bödecker Date: Fri, 21 Aug 2020 10:00:32 +0000 (+0200) Subject: fix small typo in comment X-Git-Tag: v6~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F523%2Fhead;p=thirdparty%2Fmkosi.git fix small typo in comment --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index 6074d188b..dd9cf73ed 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -360,7 +360,7 @@ GPT_HEADER_SIZE = 1024*1024 GPT_FOOTER_SIZE = 1024*1024 -# Debian calls their architectures differently, so when calling debbootstrap we +# Debian calls their architectures differently, so when calling debootstrap we # will have to map to their names DEBIAN_ARCHITECTURES = { 'x86_64': 'amd64',