From 999fa441f162e8edea5acf8264c466a47605eca0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 4 Nov 2021 00:35:18 -0400 Subject: [PATCH] spelling: arbitrary --- 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 2602fd89..37ba5d66 100644 --- a/bench/tests/deltablue.lua +++ b/bench/tests/deltablue.lua @@ -222,7 +222,7 @@ end -- -- Normal constraints are not input constraints. An input constraint -- is one that depends on external state, such as the mouse, the --- keybord, a clock, or some arbitraty piece of imperative code. +-- keybord, a clock, or some arbitrary piece of imperative code. -- function Constraint:isInput () return false