From ec8cb3435824ebf8867ae3d5ad0977b4744c0c21 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 17 Dec 2022 19:39:44 -0500 Subject: treewide: fix typos --- pkgs/os-specific/linux/systemd/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/os-specific/linux/systemd') diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix index 0178cd7d6d45a..91746b9f10903 100644 --- a/pkgs/os-specific/linux/systemd/default.nix +++ b/pkgs/os-specific/linux/systemd/default.nix @@ -524,7 +524,7 @@ stdenv.mkDerivation { ]; preConfigure = let - # A list of all the runtime binaries that the systemd exectuables, tests and libraries are referencing in their source code, scripts and unit files. + # A list of all the runtime binaries that the systemd executables, tests and libraries are referencing in their source code, scripts and unit files. # As soon as a dependency isn't required anymore we should remove it from the list. The `where` attribute for each of the replacement patterns must be exhaustive. If another (unhandled) case is found in the source code the build fails with an error message. binaryReplacements = [ { search = "/usr/bin/getent"; replacement = "${getent}/bin/getent"; where = [ "src/nspawn/nspawn-setuid.c" ]; } @@ -578,7 +578,7 @@ stdenv.mkDerivation { "src/import/import-tar.c" ]; ignore = [ - # occurences here refer to the tar sub command + # occurrences here refer to the tar sub command "src/sysupdate/sysupdate-resource.c" "src/sysupdate/sysupdate-transfer.c" "src/import/pull.c" -- cgit 1.4.1