35 lines
1.3 KiB
Diff
35 lines
1.3 KiB
Diff
|
From 4ccf89e1a2570cefe504682dfb1213613b6dc0bb Mon Sep 17 00:00:00 2001
|
||
|
From: Sylvain Le Gall <gildor478@users.noreply.github.com>
|
||
|
Date: Wed, 18 Mar 2020 08:31:29 +0100
|
||
|
Subject: [PATCH 2/4] Fix english typo.
|
||
|
|
||
|
---
|
||
|
src/lib/ounit2/advanced/oUnitCheckEnv.ml | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/src/lib/ounit2/advanced/oUnitCheckEnv.ml b/src/lib/ounit2/advanced/oUnitCheckEnv.ml
|
||
|
index 5294e6e..f3cc417 100644
|
||
|
--- a/src/lib/ounit2/advanced/oUnitCheckEnv.ml
|
||
|
+++ b/src/lib/ounit2/advanced/oUnitCheckEnv.ml
|
||
|
@@ -94,7 +94,7 @@ let check test_ctxt t =
|
||
|
[
|
||
|
(fun () ->
|
||
|
assert_equal
|
||
|
- ~msg:"Check that the current working dir hasn't change during the \
|
||
|
+ ~msg:"Check that the current working dir hasn't changed during the \
|
||
|
test."
|
||
|
~printer:(fun s -> s)
|
||
|
t.pwd
|
||
|
@@ -102,7 +102,7 @@ let check test_ctxt t =
|
||
|
(fun () ->
|
||
|
let convert t = SetEnv.of_list (Array.to_list t.env) in
|
||
|
SetEnv.assert_equal
|
||
|
- ~msg:"Check that the environment variables haven't change during \
|
||
|
+ ~msg:"Check that the environment variables haven't changed during \
|
||
|
the test."
|
||
|
(convert t)
|
||
|
(convert t'));
|
||
|
--
|
||
|
2.24.1
|
||
|
|