* Spelling fascism.

svn path=/nixpkgs/trunk/; revision=3421
This commit is contained in:
Eelco Dolstra 2005-07-25 10:09:28 +00:00
parent ea1f32f822
commit 7ec1681bb7
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ rec {
inherit fetchurl stdenv; inherit fetchurl stdenv;
}; };
atermdynamic = (import ../development/libraries/aterm/dynamic.nix) { atermDynamic = (import ../development/libraries/aterm/dynamic.nix) {
inherit fetchurl stdenv; inherit fetchurl stdenv;
}; };