From: Zbigniew Jędrzejewski-Szmek Date: Wed, 10 Jun 2015 15:06:00 +0000 (-0400) Subject: Fix typo X-Git-Tag: v221~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd32b977facd20145f570efbfdf541ffc2780c4e;p=thirdparty%2Fsystemd.git Fix typo Follow up for 7c918141ed. --- diff --git a/src/run/run.c b/src/run/run.c index 5b9f31c4aa5..f18f77b55ab 100644 --- a/src/run/run.c +++ b/src/run/run.c @@ -68,7 +68,7 @@ static void help(void) { printf("%s [OPTIONS...] {COMMAND} [ARGS...]\n\n" "Run the specified command in a transient scope or service or timer\n" "unit. If timer option is specified and unit is exist which is\n" - "specified with --unit option then command can be ommited.\n\n" + "specified with --unit option then command can be omitted.\n\n" " -h --help Show this help\n" " --version Show package version\n" " --user Run as user unit\n"