1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-07 21:18:41 +03:00

ukify: fix typo

Follow-up for 987f4bce93.
This commit is contained in:
Yu Watanabe 2024-08-03 05:55:02 +09:00
parent 2d6df0db7d
commit bb35a47de2

View File

@ -403,7 +403,7 @@ def kernel_initrd():
if not items:
return None
# This doesn't necessarilly give us the latest version, since we're just
# This doesn't necessarily give us the latest version, since we're just
# using alphanumeric ordering. But this is fine, a predictable result is
# enough.
linux = items[-1]