summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorSteven Shaw <steven@steshaw.org>2015-05-03 19:15:03 +1000
committerSteven Shaw <steven@steshaw.org>2015-05-03 19:15:03 +1000
commit2a8577d7feb36372d0195eb6d13bc9b0a853eb1c (patch)
tree94c710c3a79da6f8fcb76137459788f332ae76c6 /nixos/modules/installer
parent36e2a9d3bd02bcb495434502d4bced06f2515d1a (diff)
downloadnixpkgs-2a8577d7feb36372d0195eb6d13bc9b0a853eb1c.tar
nixpkgs-2a8577d7feb36372d0195eb6d13bc9b0a853eb1c.tar.gz
nixpkgs-2a8577d7feb36372d0195eb6d13bc9b0a853eb1c.tar.bz2
nixpkgs-2a8577d7feb36372d0195eb6d13bc9b0a853eb1c.tar.lz
nixpkgs-2a8577d7feb36372d0195eb6d13bc9b0a853eb1c.tar.xz
nixpkgs-2a8577d7feb36372d0195eb6d13bc9b0a853eb1c.tar.zst
nixpkgs-2a8577d7feb36372d0195eb6d13bc9b0a853eb1c.zip
Correct spelling
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/nixos-generate-config.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/nixos-generate-config.pl b/nixos/modules/installer/tools/nixos-generate-config.pl
index eadaae6715b..ec3137ede4f 100644
--- a/nixos/modules/installer/tools/nixos-generate-config.pl
+++ b/nixos/modules/installer/tools/nixos-generate-config.pl
@@ -352,7 +352,7 @@ EOF
     if ($fsType eq "btrfs") {
         my ($status, @id_info) = runCommand("btrfs subvol show $rootDir$mountPoint");
         if ($status != 0 || join("", @msg) =~ /ERROR:/) {
-            die "Failed to retreive subvolume info for $mountPoint\n";
+            die "Failed to retrieve subvolume info for $mountPoint\n";
         }
         my @ids = join("", @id_info) =~ m/Object ID:[ \t\n]*([^ \t\n]*)/;
         if ($#ids > 0) {