]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
sandbox: Fix typo
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 20 Jun 2025 15:25:37 +0000 (17:25 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 25 Jun 2025 09:37:01 +0000 (11:37 +0200)
mkosi/sandbox.py

index 0de37a5241eb8e8a1229f9e57190e758ad88cc57..d210c8f1de1e0ccb4e74fa7efd295f073874b2be 100755 (executable)
@@ -546,7 +546,7 @@ def pack_file_descriptors() -> int:
 
             nfd = libc.fcntl(fds[i], F_DUPFD, SD_LISTEN_FDS_START + i)
             if nfd < 0:
-                oserror("fnctl")
+                oserror("fcntl")
 
             try:
                 os.close(fds[i])