From ab06eef8101866dd1337c4759002f7360a9db416 Mon Sep 17 00:00:00 2001 From: Anatol Pomozov Date: Sun, 14 Apr 2013 19:37:54 -0700 Subject: Fix spelling errors using 'codespell' tool --- src/systemctl/systemctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/systemctl') diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 12dce3c001..36567224f8 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -4494,7 +4494,7 @@ static int systemctl_help(void) { " --fail When queueing a new job, fail if conflicting jobs are\n" " pending\n" " --irreversible Create jobs which cannot be implicitly cancelled\n" - " --show-types When showing sockets, explictly show their type\n" + " --show-types When showing sockets, explicitly show their type\n" " --ignore-dependencies\n" " When queueing a new job, ignore all its dependencies\n" " -i --ignore-inhibitors\n" @@ -4794,7 +4794,7 @@ static int systemctl_parse_argv(int argc, char *argv[]) { continue; } - log_error("Unkown unit type or load state '%s'.", type); + log_error("Unknown unit type or load state '%s'.", type); log_info("Use -t help to see a list of allowed values."); return -EINVAL; } -- cgit v1.2.3-54-g00ecf