aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/fetchTree-file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/fetchTree-file.sh')
-rw-r--r--tests/functional/fetchTree-file.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/fetchTree-file.sh b/tests/functional/fetchTree-file.sh
index 6395c133d..7dbc7667c 100644
--- a/tests/functional/fetchTree-file.sh
+++ b/tests/functional/fetchTree-file.sh
@@ -72,7 +72,7 @@ EOF
# old 'tarball' fetcher should still have their type set to 'tarball'
assert (nodes.tarball_default_unpack.locked.type == "tarball");
# Unless explicitely specified, the 'unpack' parameter shouldn’t appear here
- # because that would break older Nix versions
+ # because that would break older Nix implementation versions
assert (!nodes.tarball_default_unpack.locked ? unpack);
assert (nodes.tarball_default_unpack.locked.narHash == "$input_directory_hash");
@@ -94,7 +94,7 @@ EOF
[[ -z "${NIX_DAEMON_PACKAGE-}" ]] && return 0
# Ensure that a lockfile generated by the current Nix for tarball inputs
- # can still be read by an older Nix
+ # can still be read by an older Nix implementation
cat <<EOF > flake.nix
{