diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-23 16:57:35 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-23 16:57:35 +0000 |
commit | 73fb3018693b503b541793a51e368f0f0c573b03 (patch) | |
tree | 79ff8cd7d30724a9f458e4dbd7f12357364610bc | |
parent | Fix use of collection.take in playTake (diff) | |
download | toy-73fb3018693b503b541793a51e368f0f0c573b03.zip |
Fix typo
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index ea85504..cc3a803 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -564,7 +564,7 @@ def preRelease = { } present([DRESSED], [ ["Play with your balls,", "Tease those balls a little,"], - ["I want to see you horny you are", "see how hard you can get"], + ["I want to see how horny you are", "see how hard you can get"], ["before I let you out.", "before I hand over the keys."], ["You should be", "When you're"], ["practically breaking out,", "about to break it for me,"], |