From: Yu Watanabe Date: Sat, 7 Sep 2024 13:22:41 +0000 (+0900) Subject: network/route: fix typo X-Git-Tag: v257-rc1~522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a499ed77dc0f0048494971155cde9a95cbcf41;p=thirdparty%2Fsystemd.git network/route: fix typo Follow-up for 195bb6f97ebc5cd5e9932c62aa80df5427c30d67. --- diff --git a/src/network/networkd-route.c b/src/network/networkd-route.c index 4ed2c53888e..9e383ee6e8c 100644 --- a/src/network/networkd-route.c +++ b/src/network/networkd-route.c @@ -720,7 +720,7 @@ static int route_update_on_existing(Request *req) { int r; if (!req->manager) - /* Already detached? At least there are two posibilities then. + /* Already detached? At least there are two possibilities then. * 1) The interface is removed, and all queued requests for the interface are cancelled. * 2) networkd is now stopping, hence all queued requests are cancelled. * Anyway, we can ignore the request, and there is nothing we can do. */