summary refs log tree commit diff
path: root/pkgs/development/libraries/libffcall
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-02-15 16:30:46 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-02-15 16:30:46 +0000
commitb9309ffdafc853fd3f0db5f101fafc9531f3a1fd (patch)
tree317fd1867f7c57ac8444b9a2f718129e300d32eb /pkgs/development/libraries/libffcall
parent95e87e71c58c496acb7a9d56ae707051d2bfb900 (diff)
downloadnixpkgs-b9309ffdafc853fd3f0db5f101fafc9531f3a1fd.tar
nixpkgs-b9309ffdafc853fd3f0db5f101fafc9531f3a1fd.tar.gz
nixpkgs-b9309ffdafc853fd3f0db5f101fafc9531f3a1fd.tar.bz2
nixpkgs-b9309ffdafc853fd3f0db5f101fafc9531f3a1fd.tar.lz
nixpkgs-b9309ffdafc853fd3f0db5f101fafc9531f3a1fd.tar.xz
nixpkgs-b9309ffdafc853fd3f0db5f101fafc9531f3a1fd.tar.zst
nixpkgs-b9309ffdafc853fd3f0db5f101fafc9531f3a1fd.zip
* Typo (spotted by Danny Groenewegen).
svn path=/nixpkgs/trunk/; revision=32307
Diffstat (limited to 'pkgs/development/libraries/libffcall')
-rw-r--r--pkgs/development/libraries/libffcall/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libffcall/default.nix b/pkgs/development/libraries/libffcall/default.nix
index 2a3ad8995f5..0be604c6246 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";
   };
 }