]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/portable/portable.c
codespell: fix spelling errors
[thirdparty/systemd.git] / src / portable / portable.c
index 1017864b375c4a1caa4b17e73837351d01e5386d..7d39d7b5f38e6bb3789665715e43a622bb67dac1 100644 (file)
@@ -434,7 +434,7 @@ static int portable_extract_by_path(
                         if (r < 0)
                                 return log_debug_errno(r, "Failed to receive item: %m");
 
-                        /* We can't really distuingish a zero-length datagram without any fds from EOF (both are signalled the
+                        /* We can't really distinguish a zero-length datagram without any fds from EOF (both are signalled the
                          * same way by recvmsg()). Hence, accept either as end notification. */
                         if (isempty(name) && fd < 0)
                                 break;