summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-04-22 21:50:38 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-04-22 21:50:38 -0400
commiteb7bf39b4e0146e4fc410500dd819a957a2a1d23 (patch)
tree76ddef167fe60af6ac16d36528741096e593195d
parentbda2c30a610a35aea44761f7105a795a28ed066c (diff)
Fix typo.
-rw-r--r--game.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.scm b/game.scm
index e7bc463..35fab7f 100644
--- a/game.scm
+++ b/game.scm
@@ -796,7 +796,7 @@ diz--"))
(begin
(dialog game player-display-name "> You unlock the refrigerator.")
(dialog game player-display-name "> There's a small cartridge inside.")
- (when (dialog game player-display-name "> Take the cartride?"
+ (when (dialog game player-display-name "> Take the cartridge?"
'(("Yes" #t)
("No" #f)))
(set! (cartridge game) 'in-hand)