summaryrefslogtreecommitdiff
path: root/scripts/toy.groovy
diff options
context:
space:
mode:
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);
});