summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-12-16 13:04:25 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-12-16 13:04:25 +0000
commitfe22b42fc43abc992fa8f32b5a830efc38780752 (patch)
tree19dc8a7d3dfbaa8fb0411d303784171a0648f3ff
parentPass event name to handler (diff)
downloadtoy-fe22b42fc43abc992fa8f32b5a830efc38780752.zip
Fix typo
-rw-r--r--scripts/toy.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 9e26632..9c9f66d 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -1153,7 +1153,7 @@ def bedtime = {
["Bedtime!", "Off to bed with you!", "Bed! Now!"]]);
showButtonG("Good night, mistress", "night");
}
- // Assume toy with return dressed tomorrow
+ // Assume toy will return dressed tomorrow
removeEvent(REDRESS);
set(NAKED, false);
exit();