aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/ocaml/merlin
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-09-10 00:28:49 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-09-10 00:28:49 +0100
commit7e5d0ee0c32e1b93955168632ea69e480365d516 (patch)
treef41831f145e7c46bf245431cbc986057dfc0e755 /pkgs/development/tools/ocaml/merlin
parente3fd4499ef296f4769cf4e9e91f1ccfd16325b0f (diff)
s/dependancy/dependency/
Diffstat (limited to 'pkgs/development/tools/ocaml/merlin')
-rw-r--r--pkgs/development/tools/ocaml/merlin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/merlin/default.nix b/pkgs/development/tools/ocaml/merlin/default.nix
index 970c07f3546..623b84bafd1 100644
--- a/pkgs/development/tools/ocaml/merlin/default.nix
+++ b/pkgs/development/tools/ocaml/merlin/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
prefixKey = "--prefix ";
meta = {
- description = "An editor-independant tool to ease the developpement of programs in OCaml";
+ description = "An editor-independent tool to ease the development of programs in OCaml";
homepage = "http://the-lambda-church.github.io/merlin/";
license = stdenv.lib.licenses.mit;
};