diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2019-01-23 22:33:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-01-23 23:34:52 +0100 |
commit | 4605de118d3909c30f4fb8ee024cdb963150790e (patch) | |
tree | 11b885dce1e2770be718796fbb0b135727a52488 /src/core/load-fragment.c | |
parent | b3b04cc14d128426478492b7de1487d20cbba265 (diff) | |
download | systemd-4605de118d3909c30f4fb8ee024cdb963150790e.tar.gz |
Correct more spelling errors.
Diffstat (limited to 'src/core/load-fragment.c')
-rw-r--r-- | src/core/load-fragment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index 4ebe92fd45..159e8d5050 100644 --- a/src/core/load-fragment.c +++ b/src/core/load-fragment.c @@ -3749,7 +3749,7 @@ int config_parse_exec_directories( if (path_startswith(k, "private")) { log_syntax(unit, LOG_ERR, filename, line, 0, - "%s= path can't be 'private', ingoring assignment: %s", lvalue, word); + "%s= path can't be 'private', ignoring assignment: %s", lvalue, word); continue; } |