diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-08-21 20:19:26 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-08-21 20:19:26 +0000 |
commit | 7c448988723cd73090bf334a0f450288ad349f87 (patch) | |
tree | b2e4fd832ae4c02bb2e99cdde03525e0b2a1063d /games/freebsd-games | |
parent | Fix build on -STABLE. (diff) |
. Fix a spelling error in a game message.
PR: 45701
Submitted by: Ben Rosengart <gnats@narcissus.net>
Notes
Notes:
svn path=/head/; revision=87464
Diffstat (limited to 'games/freebsd-games')
-rw-r--r-- | games/freebsd-games/files/patch-rogue::pack.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/freebsd-games/files/patch-rogue::pack.c b/games/freebsd-games/files/patch-rogue::pack.c new file mode 100644 index 000000000000..3f7798754a57 --- /dev/null +++ b/games/freebsd-games/files/patch-rogue::pack.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- rogue/pack.c 30 Nov 1999 03:49:25 -0000 1.8 ++++ rogue/pack.c 21 Aug 2003 20:07:28 -0000 +@@ -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); |