diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-01-24 02:20:00 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-01-24 02:37:57 -0800 |
commit | a6d35eb4553e33b2dd6c829060232656c6b21d47 (patch) | |
tree | 5abbd780e13b18497bb9670074ae5cc5aa008339 /gnu/packages/ocaml.scm | |
parent | 4250a9638d1d0bfeed8f1bcb6ae31919132d8927 (diff) | |
download | guix-a6d35eb4553e33b2dd6c829060232656c6b21d47.tar.gz |
gnu: ocaml-mmap: Fix spelling of "function".
* gnu/packages/ocaml (ocaml-mmap)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 098c116cf3..a278504ae0 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1765,7 +1765,7 @@ through Transport Layer Security (@dfn{TLS}) encrypted connections.") (synopsis "File mapping for OCaml") (description "This project provides a @command{Mmap.map_file} function for mapping files in memory. This function is the same as the -@command{Unix.map_file} funciton added in OCaml >= 4.06.") +@command{Unix.map_file} function added in OCaml >= 4.06.") (license (list license:qpl license:lgpl2.0)))) (define-public ocaml-lwt |