From b9309ffdafc853fd3f0db5f101fafc9531f3a1fd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 15 Feb 2012 16:30:46 +0000 Subject: [PATCH] * Typo (spotted by Danny Groenewegen). svn path=/nixpkgs/trunk/; revision=32307 --- pkgs/development/libraries/libffcall/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libffcall/default.nix b/pkgs/development/libraries/libffcall/default.nix index 2a3ad8995f55..0be604c62461 100644 --- a/pkgs/development/libraries/libffcall/default.nix +++ b/pkgs/development/libraries/libffcall/default.nix @@ -33,6 +33,6 @@ rec { name = "libffcall-" + version; meta = { - description = "Foreign fuction call library"; + description = "Foreign function call library"; }; }