guix-commits
[Top][All Lists]
Advanced

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

05/18: gnu: ocaml-compiler-libs: Fix typo "package".


From: guix-commits
Subject: 05/18: gnu: ocaml-compiler-libs: Fix typo "package".
Date: Wed, 22 May 2019 21:30:41 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 37c5b197bb3fe31f1575dd12afa864ffc794adc1
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 17:21:50 2019 -0700

    gnu: ocaml-compiler-libs: Fix typo "package".
    
    * gnu/packages/ocaml (ocaml-compiler-libs)[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 f4fc490..338f980 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3846,7 +3846,7 @@ provided by companion libraries such as
      '(#:tests? #f)) ;no tests
     (properties `((upstream-name . "ocaml-compiler-libs")))
     (synopsis "Compiler libraries repackaged")
-    (description "This packaeg simply repackages the OCaml compiler libraries
+    (description "This package simply repackages the OCaml compiler libraries
 so they don't expose everything at toplevel.  For instance, @code{Ast_helper}
 is now @code{Ocaml_common.Ast_helper}.")
     (license license:expat)))



reply via email to

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