From c332c273453f7e08832d8f19b9aa8ae060783914 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 24 Jun 2019 20:51:54 +0100 Subject: Fix typo --- scripts/toy.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 10a93de..3a0d15a 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -64,7 +64,7 @@ return new Object() { .listFiles() .each({s -> if (stateIs("DEBUG")) { - show("Leading $s..."); + show("Loading $s..."); } Eval.me(s.text)(toy); }); -- cgit v1.2.3