summaryrefslogtreecommitdiff
path: root/scripts/toy.groovy
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-06-24 20:51:54 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-06-24 20:51:54 +0100
commitc332c273453f7e08832d8f19b9aa8ae060783914 (patch)
treec95939689024d386519517be1483364b64657c6e /scripts/toy.groovy
parentFix scope of some constants (diff)
downloadtoy-c332c273453f7e08832d8f19b9aa8ae060783914.zip
Fix typo
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r--scripts/toy.groovy2
1 files changed, 1 insertions, 1 deletions
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);
});