From 9e1c42e392ad3118195279c1da434ebc45c406a2 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Mon, 1 Apr 2024 13:37:32 -0700 Subject: [PATCH] chore: fix typos in .mli and test (#10347) Signed-off-by: Antonio Nuno Monteiro --- src/dune_engine/action.mli | 4 ++-- test/blackbox-tests/test-cases/bigarray.t/run.t | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/dune_engine/action.mli b/src/dune_engine/action.mli index d9376c04d64..d67d0c1a496 100644 --- a/src/dune_engine/action.mli +++ b/src/dune_engine/action.mli @@ -1,8 +1,8 @@ (** Actions as defined an executed by the build system. - These executions correpsond to primitives that the build system knows how to + These executions correspond to primitives that the build system knows how to execute. These usually, but not necessarily correspond to actions written by - the user in [Action_dune_lang.t] *) + the user in [Dune_lang.Action.t] *) open! Import open Dune_util.Action diff --git a/test/blackbox-tests/test-cases/bigarray.t/run.t b/test/blackbox-tests/test-cases/bigarray.t/run.t index 19622d63af5..648fa3a6fa3 100644 --- a/test/blackbox-tests/test-cases/bigarray.t/run.t +++ b/test/blackbox-tests/test-cases/bigarray.t/run.t @@ -31,6 +31,7 @@ This test uses `(libraries (re_export bigarray))` similarly This test uses a `(select )` construct and should always select bigarray support $ dune exec c/c.exe Welcome to c WITH bigarray support -This test uses a `(select )` construct and should always select bigarray supprot (the evaluation of `select` order differ from the previous test) +This test uses a `(select )` construct and should always select bigarray +support (the evaluation of `select` order differs from the previous test) $ dune exec d/d.exe Welcome to d WITH bigarray support