1
0
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:
Samuel Tardieu 2016-02-20 08:54:57 +01:00
parent cde0cf28a2
commit 0ea929d52f

View File

@ -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;
}