]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Fix grammar in comment
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 19 Apr 2023 09:37:33 +0000 (11:37 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 19 Apr 2023 20:20:16 +0000 (22:20 +0200)
mkosi/config.py

index d88835f475c08d965037aa9981c5f5a96531bff3..ebb8cc8313db29acb31e217a40777e7cdd84e638 100644 (file)
@@ -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)