From d8d8a165153b757ebd3817d8623e7b5c92632a64 Mon Sep 17 00:00:00 2001 From: tholo Date: Sun, 29 Dec 1996 23:58:43 +0000 Subject: [PATCH] Fix typo --- games/rogue/use.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1