From: tholo Date: Sun, 29 Dec 1996 23:58:43 +0000 (+0000) Subject: Fix typo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d8d8a165153b757ebd3817d8623e7b5c92632a64;p=openbsd Fix typo --- 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();