chiark / gitweb /
s/commandline/command line/g
[elogind.git] / src / network / networkd-wait-online-manager.c
index 6e3ec6935da74c18954123f4af956803ac917f85..b32f2227013896fb906685426c60b66c87f53bcf 100644 (file)
@@ -37,7 +37,7 @@ bool manager_all_configured(Manager *m) {
         char **ifname;
         bool one_ready = false;
 
-        /* wait for all the links given on the commandline to appear */
+        /* wait for all the links given on the command line to appear */
         STRV_FOREACH(ifname, m->interfaces) {
                 l = hashmap_get(m->links_by_name, *ifname);
                 if (!l) {