Skip to content

Commit 8dbed04

Browse files
committed
fx "transactional" typos
1 parent 5b1475d commit 8dbed04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install-nix-from-closure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
### Upstream URL: https://github.com/NixOS/nix/blob/master/scripts/install-nix-from-closure.sh
1212
###
1313
### Script is fully POSIX compatible, with controlled exceptions.
14-
### (must be) Fully transnational. That means, if it not succeeded - it does rolls back.
14+
### (must be) Fully transactional. That means, if it not succeeded - it does rolls back.
1515
###
1616
### `/bin/sh -u` is not possible to do, because Docker environments has USER='', and shell checks that and not get even to execution part
1717
###
@@ -353,7 +353,7 @@ installNix() {
353353
#**************************************************
354354

355355
# Function must have revert procedure. In case of any problem - function quits without artifacts/changes to the system
356-
# Nix is pure, and claims to be transnational, so let's show people clean transnational installation
356+
# Nix is pure, and claims to be transactional, so let's show people clean transactional installation
357357

358358
createDest() {
359359

0 commit comments

Comments
 (0)