summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-11-26 17:54:39 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-11-27 14:35:20 +0900
commit751b4400631bcb4f43069ea75c85b61de13c2c29 (patch)
treeb3b963d326e7c9a9576978a3869f61ba6907f7ea
parent1c1729c9be67b00ef0e803ba5a3ce047a721e001 (diff)
downloadsystemd-751b4400631bcb4f43069ea75c85b61de13c2c29.tar.gz
core: fix typo
-rw-r--r--src/core/unit-printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit-printf.c b/src/core/unit-printf.c
index 0c1e20d9ce..8e50a81b97 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[] = {