]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network/route: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 7 Sep 2024 13:22:41 +0000 (22:22 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 7 Sep 2024 13:22:44 +0000 (22:22 +0900)
Follow-up for 195bb6f97ebc5cd5e9932c62aa80df5427c30d67.

src/network/networkd-route.c

index 4ed2c53888ef28d56b4440d43141086e9837bd55..9e383ee6e8c7e405b07641fe429d495eaca0a156 100644 (file)
@@ -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. */