scheme.
* The 'prefixstable' ipv6 address generation mode now considers the
- SSID when genrating stable addresses, so that a different stable
+ SSID when generating stable addresses, so that a different stable
address is used when roaming between wireless networks. If you
already use 'prefixstable' addresses with wireless networks, the
stable address chosen will be changed by the update.
assert_cc(STRLEN("menu-disabled") < ELEMENTSOF(utf8));
- /* Note: Since there is no way to query if the booloader supports the string tokens, we explicitly
+ /* Note: Since there is no way to query if the bootloader supports the string tokens, we explicitly
* set their numerical value(s) instead. This means that some of the sd-boot internal ABI has leaked
* although the ship has sailed and the side-effects are self-contained.
*/
return r;
c->restrict_network_interfaces_is_allow_list = r;
} else
- log_warning("Failed to parse serialized line, ignorning: %s", l);
+ log_warning("Failed to parse serialized line, ignoring: %s", l);
}
return 0;
}
}
} else
- log_warning("Failed to parse serialized line, ignorning: %s", l);
+ log_warning("Failed to parse serialized line, ignoring: %s", l);
}
return 0;
sd_id128_to_string(p->invocation_id, p->invocation_id_string);
} else
- log_warning("Failed to parse serialized line, ignorning: %s", l);
+ log_warning("Failed to parse serialized line, ignoring: %s", l);
}
/* Bail out if we got exec-parameters-n-{socket/storage}-fds= but no corresponding
if (r < 0)
return r;
} else
- log_warning("Failed to parse serialized line, ignorning: %s", l);
+ log_warning("Failed to parse serialized line, ignoring: %s", l);
}