From: Zbigniew Jędrzejewski-Szmek Date: Wed, 19 Apr 2023 09:37:33 +0000 (+0200) Subject: Fix grammar in comment X-Git-Tag: v15~229^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a7a677d026ccf9fd90dffe77dcbcd87bb735ef;p=thirdparty%2Fmkosi.git Fix grammar in comment --- 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)