mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
systemd-resolved: fix typo on log message
This commit is contained in:
parent
cde0cf28a2
commit
0ea929d52f
@ -286,7 +286,7 @@ static int on_llmnr_stream_packet(DnsStream *s) {
|
||||
|
||||
scope = manager_find_scope(s->manager, s->read_packet);
|
||||
if (!scope) {
|
||||
log_warning("Got LLMNR TCP packet on unknown scope. Ignroing.");
|
||||
log_warning("Got LLMNR TCP packet on unknown scope. Ignoring.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user