summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-08-13 16:09:33 +0200
committerGitHub <noreply@github.com>2018-08-13 16:09:33 +0200
commiteaab530f6e2c91192477615842b6841af587432b (patch)
tree00a77f42abb31b12ea745298440ce5ca86fcf440
parenta5b455aeb68e265fcd3f5900cc283ddb9c96c9ae (diff)
parent98b8d4cfbc3f15bfad8f5f14bd9f8a83d7fabf86 (diff)
downloadnixlib-eaab530f6e2c91192477615842b6841af587432b.tar
nixlib-eaab530f6e2c91192477615842b6841af587432b.tar.gz
nixlib-eaab530f6e2c91192477615842b6841af587432b.tar.bz2
nixlib-eaab530f6e2c91192477615842b6841af587432b.tar.lz
nixlib-eaab530f6e2c91192477615842b6841af587432b.tar.xz
nixlib-eaab530f6e2c91192477615842b6841af587432b.tar.zst
nixlib-eaab530f6e2c91192477615842b6841af587432b.zip
Merge pull request #44983 from alyssais/patch-1
environment.extraInit: fix description typo
-rw-r--r--nixos/modules/config/shells-environment.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/shells-environment.nix b/nixos/modules/config/shells-environment.nix
index 398660967c52..9dc4749b08d1 100644
--- a/nixos/modules/config/shells-environment.nix
+++ b/nixos/modules/config/shells-environment.nix
@@ -70,7 +70,7 @@ in
       description = ''
         Shell script code called during global environment initialisation
         after all variables and profileVariables have been set.
-        This code is asumed to be shell-independent, which means you should
+        This code is assumed to be shell-independent, which means you should
         stick to pure sh without sh word split.
       '';
       type = types.lines;