From: Yu Watanabe Date: Thu, 26 Nov 2020 08:54:39 +0000 (+0900) Subject: core: fix typo X-Git-Tag: v248-rc1~627^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=751b4400631bcb4f43069ea75c85b61de13c2c29;p=thirdparty%2Fsystemd.git core: fix typo --- diff --git a/src/core/unit-printf.c b/src/core/unit-printf.c index 0c1e20d9ce5..8e50a81b975 100644 --- a/src/core/unit-printf.c +++ b/src/core/unit-printf.c @@ -181,7 +181,7 @@ int unit_name_printf(const Unit *u, const char* format, char **ret) { * %N: the id of the unit without the suffix (foo-aaa@bar) * %p: the prefix (foo-aaa) * %i: the instance (bar) - * %j: the last componet of the prefix (aaa) + * %j: the last component of the prefix (aaa) */ const Specifier table[] = {