guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: ocaml-mmap: Fix spelling of "function".


From: guix-commits
Subject: 02/08: gnu: ocaml-mmap: Fix spelling of "function".
Date: Fri, 24 Jan 2020 05:39:02 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit a6d35eb4553e33b2dd6c829060232656c6b21d47
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Fri Jan 24 02:20:00 2020 -0800

    gnu: ocaml-mmap: Fix spelling of "function".
    
    * gnu/packages/ocaml (ocaml-mmap)[description]: Fix typo.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 098c116..a278504 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]