From 28a7a677d026ccf9fd90dffe77dcbcd87bb735ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 19 Apr 2023 11:37:33 +0200 Subject: [PATCH] Fix grammar in comment --- mkosi/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi/config.py b/mkosi/config.py index d88835f47..ebb8cc831 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -738,7 +738,7 @@ class MkosiConfigParser: die(f"{k} cannot be used in [Match]") # If we encounter a setting in [Match] that has not been explicitly configured yet, we assign - # it it's default value first so that we can [Match] on default values for settings. + # the default value first so that we can [Match] on default values for settings. if s.dest not in namespace: if s.default_factory: default = s.default_factory(namespace) -- 2.47.3