artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472a88b
)
typo
author
pjanzen
<pjanzen@openbsd.org>
Fri, 7 Apr 2000 04:34:16 +0000
(
04:34
+0000)
committer
pjanzen
<pjanzen@openbsd.org>
Fri, 7 Apr 2000 04:34:16 +0000
(
04:34
+0000)
games/rogue/pack.c
patch
|
blob
|
history
diff --git
a/games/rogue/pack.c
b/games/rogue/pack.c
index
cf0003b
..
111a672
100644
(file)
--- 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("you
r
already wearing some", 0);
+ message("you
're
already wearing some", 0);
return;
}
ch = pack_letter("wear what?", ARMOR);