Merge pull request #29618 from das-g/patch-1

xonsh: fix typo ("xnosh") in "enable" description
This commit is contained in:
Jörg Thalheim
2017-09-20 23:56:36 +01:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,7 @@ in
enable = mkOption {
default = false;
description = ''
Whether to configure xnosh as an interactive shell.
Whether to configure xonsh as an interactive shell.
'';
type = types.bool;
};