summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2000-04-07 04:34:17 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2000-04-07 04:34:17 +0000
commitefb289e67054f5451467031881d628c9e1120259 (patch)
treef1ebdd5054324092ae76cd901cd1d0d980335bae /games
parent07b70efa516816df976a564001ff3d4d0cb93e87 (diff)
typo
Diffstat (limited to 'games')
-rw-r--r--games/rogue/pack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rogue/pack.c b/games/rogue/pack.c
index cf0003b7f16..111a672bd84 100644
--- a/games/rogue/pack.c
+++ b/games/rogue/pack.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pack.c,v 1.3 1998/08/22 08:55:38 pjanzen Exp $ */
+/* $OpenBSD: pack.c,v 1.4 2000/04/07 04:34:16 pjanzen Exp $ */
/* $NetBSD: pack.c,v 1.3 1995/04/22 10:27:54 cgd Exp $ */
/*
@@ -346,7 +346,7 @@ wear()
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);