]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
fix small typo in comment 523/head
authorThore Bödecker <me@foxxx0.de>
Fri, 21 Aug 2020 10:00:32 +0000 (12:00 +0200)
committerThore Bödecker <me@foxxx0.de>
Fri, 11 Sep 2020 08:53:03 +0000 (10:53 +0200)
mkosi/__init__.py

index 6074d188b5cfa7d4333a6108a2783b7f7fdc272b..dd9cf73ed19688139a2268f7e6187df520bd52a0 100644 (file)
@@ -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',