From 3f7b3cb4ee1bbe1809159d6f7d455466dd3ff382 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thore=20B=C3=B6decker?= Date: Fri, 21 Aug 2020 12:00:32 +0200 Subject: [PATCH] fix small typo in comment --- mkosi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.2