From: Zbigniew Jędrzejewski-Szmek Date: Fri, 10 Jun 2022 08:36:11 +0000 (+0200) Subject: mkosi: fix typo X-Git-Tag: v13~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F958%2Fhead;p=thirdparty%2Fmkosi.git mkosi: fix typo --- 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