Fix typo
authortholo <tholo@openbsd.org>
Sun, 29 Dec 1996 23:58:43 +0000 (23:58 +0000)
committertholo <tholo@openbsd.org>
Sun, 29 Dec 1996 23:58:43 +0000 (23:58 +0000)
games/rogue/use.c

index ebc82b7..365e274 100644 (file)
@@ -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();