diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:11:03 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:21:47 +0200 |
commit | 66daf46b411ea68893d3066e654f38fc05d6f286 (patch) | |
tree | 2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/packages/ocaml.scm | |
parent | 77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff) |
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 6269bd5b2d..f265aee249 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -561,7 +561,7 @@ depend: $(STDLIB_MLIS) $(STDLIB_DEPS)")) #:phases (modify-phases %standard-phases (delete 'configure)) - ; some failures because of changes in OCaml's error message formating + ; some failures because of changes in OCaml's error message formatting #:tests? #f)) (home-page "https://github.com/ocaml/ocamlbuild") (synopsis "OCaml build tool") @@ -2874,7 +2874,7 @@ interface files.") (propagated-inputs (list ocaml-odoc)) (home-page "https://github.com/rdicosmo/parmap") - (synopsis "Parallel map and fold primtives for OCaml") + (synopsis "Parallel map and fold primitives for OCaml") (description "Library to perform parallel fold or map taking advantage of multiple core architectures for OCaml programs. Drop-in replacement for these @@ -4831,7 +4831,7 @@ file (POSIX like) and filename.") (substitute* "test/test-main/Test.ml" ;; most of these tests fail because ld cannot find crti.o, but according ;; to the log file, the environment variables {LD_,}LIBRARY_PATH - ;; are set correctly when LD_LIBRARY_PATH is defined beforhand. + ;; are set correctly when LD_LIBRARY_PATH is defined beforehand. (("TestBaseCompat.tests;") "") (("TestExamples.tests;") "") (("TestFull.tests;") "") @@ -6675,7 +6675,7 @@ the OCaml code.") (modify-phases %standard-phases (add-after 'unpack 'fix-test-format (lambda _ - ;; Since sexplib >= 0.15, error formating has changed + ;; Since sexplib >= 0.15, error formatting has changed (substitute* "test/driver/exception_handling/run.t" (("\\(Failure ") "Failure(")) (substitute* "test/base/test.ml" @@ -6727,7 +6727,7 @@ OCaml AST in the OCaml syntax; "11bkw7fgzfay8ws0piwphqip3y2lk2c9s2gil3zisnbvka92h1va")) (build-system dune-build-system) (arguments - ;; Tests are currenlty failing + ;; Tests are currently failing ;; (see https://github.com/janestreet/ppx_compare/issues/10) '(#:tests? #f)) (propagated-inputs |