diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-15 11:01:48 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-15 11:01:48 +0000 |
commit | dddfa52067e69f02b26acefba40f0ead7ec146e6 (patch) | |
tree | 555c4b8efbec9004287105fcc615356ada7e2d86 /scripts/toy.groovy | |
parent | Add activity intervals (diff) | |
download | toy-dddfa52067e69f02b26acefba40f0ead7ec146e6.zip |
Fix typo
Diffstat (limited to 'scripts/toy.groovy')
-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 751ca7c..312bb8e 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -945,7 +945,7 @@ def intSqueeze = { } else { present([DRESSED,TEASE], [ - ["Squeeze yours balls", "Grab your balls and squuze them"], + ["Squeeze yours balls", "Grab your balls and squeeze them"], ["good and tight", "firm and hard"], ["until they hurt a little.", "as if I was doing it."]]); } |