3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #44983 from alyssais/patch-1

environment.extraInit: fix description typo
This commit is contained in:
Jörg Thalheim 2018-08-13 16:09:33 +02:00 committed by GitHub
commit eaab530f6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;