From 2ff14478f7946011b7d48fe1521ad3b0d5749e63 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 4 Nov 2021 00:35:15 -0400 Subject: [PATCH] spelling: accommodated --- bench/tests/deltablue.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/tests/deltablue.lua b/bench/tests/deltablue.lua index ecf246d3..ffbd9347 100644 --- a/bench/tests/deltablue.lua +++ b/bench/tests/deltablue.lua @@ -837,7 +837,7 @@ end -- In case 1, the added constraint is stronger than the stay -- constraint and values must propagate down the entire length of the -- chain. In case 2, the added constraint is weaker than the stay --- constraint so it cannot be accomodated. The cost in this case is, +-- constraint so it cannot be accommodated. The cost in this case is, -- of course, very low. Typical situations lie somewhere between these -- two extremes. --