Fixed a typo in lib/default.nix
svn path=/nixpkgs/trunk/; revision=10904
This commit is contained in:
parent
d1742e6ca9
commit
d02d11636b
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ rec {
|
|||
else if (__isFunction x) then "x is a function"
|
||||
else if (__isList x) then "x is a list, first item is : ${whatis (__head x)}"
|
||||
else if (x == true || x == false) then builtins.toString x
|
||||
else "x is propably a string starting, starting characters: ${__substring 0 50 x}..";
|
||||
else "x is probably a string starting, starting characters: ${__substring 0 50 x}..";
|
||||
|
||||
|
||||
innerClosePropagation = ready: list: if list == [] then ready else
|
||||
|
|
Loading…
Reference in a new issue