]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ukify: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 20:55:02 +0000 (05:55 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 20:55:05 +0000 (05:55 +0900)
Follow-up for 987f4bce938e790622a4b4b89d37daa7adfdc141.

src/ukify/test/test_ukify.py

index e3d49d4135f90f215449e6f8852afb488cb49341..bbd26c0d42343e2f1be29222437f78e4d977bfff 100755 (executable)
@@ -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]