]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemd-resolved: fix typo on log message 2675/head
authorSamuel Tardieu <sam@rfc1149.net>
Sat, 20 Feb 2016 07:54:57 +0000 (08:54 +0100)
committerSamuel Tardieu <sam@rfc1149.net>
Sat, 20 Feb 2016 07:55:17 +0000 (08:55 +0100)
src/resolve/resolved-llmnr.c

index ef12abfbb52d33fe60fed2923f40af40d804a9dc..8b1d71a3eb331e295bfab02c88ccc5191d274823 100644 (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;
         }