]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved-manager.c
treewide: fix multiple typos
[thirdparty/systemd.git] / src / resolve / resolved-manager.c
index 2edfb9f7fdee20b50f071e94d9bc19d85e7f53cb..890cc0494168434c3055414b02bc43abe5f28058 100644 (file)
@@ -196,7 +196,7 @@ static int manager_rtnl_listen(Manager *m) {
 
         assert(m);
 
-        /* First, subscibe to interfaces coming and going */
+        /* First, subscribe to interfaces coming and going */
         r = sd_rtnl_open(&m->rtnl, 3, RTNLGRP_LINK, RTNLGRP_IPV4_IFADDR, RTNLGRP_IPV6_IFADDR);
         if (r < 0)
                 return r;