summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/tyxml
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2014-12-30 03:31:03 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2014-12-30 03:31:03 +0100
commitc64257b8e5d36bb71e4e773b9373e35b9b9b0e1c (patch)
treef019e4158fabd12f216c5d3ad7afbe30e264f223 /pkgs/development/ocaml-modules/tyxml
parente62e634128275509d3818d4cbf11bfa64e9f51af (diff)
downloadnixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.gz
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.bz2
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.lz
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.xz
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.zst
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.zip
Fix user-facing typos (mainly in descriptions)
Diffstat (limited to 'pkgs/development/ocaml-modules/tyxml')
-rw-r--r--pkgs/development/ocaml-modules/tyxml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/tyxml/default.nix b/pkgs/development/ocaml-modules/tyxml/default.nix
index 77cf0638255f..265b94392b46 100644
--- a/pkgs/development/ocaml-modules/tyxml/default.nix
+++ b/pkgs/development/ocaml-modules/tyxml/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     homepage = http://ocsigen.org/tyxml/;
-    description = "A library that makes it almost impossible for your OCaml programs to generate wrong XML ouput, using static typing";
+    description = "A library that makes it almost impossible for your OCaml programs to generate wrong XML output, using static typing";
     license = licenses.lgpl21;
     platforms = ocaml.meta.platforms;
     maintainers = with maintainers; [