From: Yu Watanabe Date: Fri, 8 Mar 2024 16:43:46 +0000 (+0900) Subject: resolve: fix typo X-Git-Tag: v256-rc1~599 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77630ec9094d10ab84c3a45854d3855dda40110e;p=thirdparty%2Fsystemd.git resolve: fix typo Follow-up for d08566fad7c97df153d38e314670aea3822106e1. --- diff --git a/src/resolve/resolved-mdns.c b/src/resolve/resolved-mdns.c index 60ae0b8fbd0..8f93af38cff 100644 --- a/src/resolve/resolved-mdns.c +++ b/src/resolve/resolved-mdns.c @@ -437,7 +437,7 @@ static int on_mdns_packet(sd_event_source *s, int fd, uint32_t revents, void *us /* Look at the cache 1 second later and remove stale entries. * This is particularly useful to keep service browsers updated on service removal, - * as there are no other reliable triggers to propogate that info. */ + * as there are no other reliable triggers to propagate that info. */ if (!scope->mdns_goodbye_event_source) { r = sd_event_add_time_relative( scope->manager->event,