From 98b8d4cfbc3f15bfad8f5f14bd9f8a83d7fabf86 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 13 Aug 2018 14:28:52 +0100 Subject: environment.extraInit: fix description typo --- nixos/modules/config/shells-environment.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit 1.4.1