diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-12-29 23:58:44 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-12-29 23:58:44 +0000 |
commit | 2408b7f45cac3456f57e5b9e31ce2437a6657614 (patch) | |
tree | c68061523e625ef6d59d1694e28a06ccd3db593d /games | |
parent | 3240f832e4667e9167227857e7bad846b0bcb1dd (diff) |
Fix typo
Diffstat (limited to 'games')
-rw-r--r-- | games/rogue/use.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rogue/use.c b/games/rogue/use.c index ebc82b78277..365e2744e13 100644 --- a/games/rogue/use.c +++ b/games/rogue/use.c @@ -174,7 +174,7 @@ quaff() } break; case SEE_INVISIBLE: - sprintf(buf, "hmm, this potion tastes like %sjuice", fruit); + sprintf(buf, "hmm, this potion tastes like %s juice", fruit); message(buf, 0); if (blind) { unblind(); |