me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-mmap: Fix spelling of "function".

* gnu/packages/ocaml (ocaml-mmap)[description]: Fix typo.
master
Vagrant Cascadian 2020-01-24 02:20:00 -08:00
parent 4250a9638d
commit a6d35eb455
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -1765,7 +1765,7 @@ through Transport Layer Security (@dfn{TLS}) encrypted connections.")
(synopsis "File mapping for OCaml") (synopsis "File mapping for OCaml")
(description "This project provides a @command{Mmap.map_file} function (description "This project provides a @command{Mmap.map_file} function
for mapping files in memory. This function is the same as the 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)))) (license (list license:qpl license:lgpl2.0))))
(define-public ocaml-lwt (define-public ocaml-lwt