Date: Mon, 25 Nov 2002 01:37:58 -0500 (EST) From: Ben Rosengart <gnats@narcissus.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: bin/45701: spelling error in rogue Message-ID: <20021125063758.8B533D2DEA@narcissus.net>
next in thread | raw e-mail | index | archive | help
>Number: 45701 >Category: bin >Synopsis: spelling error in rogue >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 24 22:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Ben Rosengart >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD narcissus.net 4.7-STABLE FreeBSD 4.7-STABLE #19: Mon Oct 28 18:19:48 EST 2002 gnats@narcissus.net:/more/obj/usr/src/sys/NARCISSUS i386 >Description: In rogue(6), if you are wearing armor and you press 'W', the game prints "your already wearing some". The first word should be "you're". >How-To-Repeat: >Fix: --- pack.c Mon Nov 25 01:36:49 2002 +++ pack.c.new Mon Nov 25 01:37:09 2002 @@ -342,7 +342,7 @@ char desc[DCOLS]; if (rogue.armor) { - message("your already wearing some", 0); + message("you're already wearing some", 0); return; } ch = pack_letter("wear what?", ARMOR); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021125063758.8B533D2DEA>