]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Correct more spelling errors.
authorChris Lamb <chris@chris-lamb.co.uk>
Wed, 23 Jan 2019 21:33:29 +0000 (22:33 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 23 Jan 2019 22:34:52 +0000 (23:34 +0100)
src/core/load-fragment.c
src/resolve/resolved-dns-query.c

index 4ebe92fd45cc6ca3a04037b18176ab4d74f2f754..159e8d5050857f58288245b5c3cf837e7a9ed171 100644 (file)
@@ -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;
                 }
 
index 7a4f97754b1c23a68dd738bc13a7240eb1798715..535ef4e776df8c2d272f804a720526964f0ef997 100644 (file)
@@ -719,7 +719,7 @@ int dns_query_go(DnsQuery *q) {
 
                 match = dns_scope_good_domain(s, q->ifindex, q->flags, name);
                 if (match < 0) {
-                        log_debug("Couldn't check if '%s' matches agains scope, ignoring.", name);
+                        log_debug("Couldn't check if '%s' matches against scope, ignoring.", name);
                         continue;
                 }