From 645463b1fe3b08142d13235ce3ab22f39b46036e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 10 Jun 2022 10:36:11 +0200 Subject: [PATCH] mkosi: fix typo --- mkosi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi/__init__.py b/mkosi/__init__.py index e800c0fd1..20cad0872 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -5822,7 +5822,7 @@ def create_parser() -> ArgumentParserMkosi: "--nspawn-keep-unit", metavar="BOOL", action=BooleanAction, - help="If specified, underlying systemd-nspawn containers use the ressources of the current unit.", + help="If specified, underlying systemd-nspawn containers use the resources of the current unit.", ) group.add_argument( "--network-veth", # Compatibility option -- 2.47.2