diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-06-30 12:07:48 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-06-30 12:07:48 +0100 |
commit | b1b2d771f054b8c7b4b9cc6c4c6b4e5591419a16 (patch) | |
tree | 623b3c58d2f5403cf0f3a3593d8570052373209e /scripts | |
parent | Execute postLoad right before main loop as moduleSetup (diff) | |
download | toy-b1b2d771f054b8c7b4b9cc6c4c6b4e5591419a16.zip |
Fix typo
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy/tease.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy/tease.groovy b/scripts/toy/tease.groovy index 5ace6e3..5402084 100644 --- a/scripts/toy/tease.groovy +++ b/scripts/toy/tease.groovy @@ -66,7 +66,7 @@ showButtonGT("Edging, ${dommeTitle()}", "edging", allowedTime + 20, 1); if (getRandom(2) == 1) { present(imageSpec, [ - ["Hold it...", "And hold...", "Keeping going..."]]); + ["Hold it...", "And hold...", "Keep going..."]]); if (mightCum(getRandom(20) + 5)) return; } present(imageSpec, [ |