diff options
author | 2001-01-04 20:40:50 +0000 | |
---|---|---|
committer | 2001-01-04 20:40:50 +0000 | |
commit | 1ccb6c7bb11bcff45516147a42957d77c10592ac (patch) | |
tree | fa61e5010c5ea3c59c9826006cb556fbc46df900 | |
parent | grammar (diff) | |
download | wireguard-openbsd-1ccb6c7bb11bcff45516147a42957d77c10592ac.tar.xz wireguard-openbsd-1ccb6c7bb11bcff45516147a42957d77c10592ac.zip |
comment grammar
-rw-r--r-- | games/hack/hack.invent.c | 2 | ||||
-rw-r--r-- | games/hack/hack.objnam.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/hack/hack.invent.c b/games/hack/hack.invent.c index 00f8b2124c5..813c05ef0da 100644 --- a/games/hack/hack.invent.c +++ b/games/hack/hack.invent.c @@ -634,7 +634,7 @@ register char *lets; } dotypeinv () /* free after Robert Viduya */ -/* Changed to one type only, so he doesnt have to type cr */ +/* Changed to one type only, so he doesn't have to type cr */ { char c, ilet; char stuff[BUFSZ]; diff --git a/games/hack/hack.objnam.c b/games/hack/hack.objnam.c index 991385b6e35..0e059c4f397 100644 --- a/games/hack/hack.objnam.c +++ b/games/hack/hack.objnam.c @@ -95,7 +95,7 @@ register char *an = objects[obj->otyp].oc_name; register char *dn = objects[obj->otyp].oc_descr; register char *un = objects[obj->otyp].oc_uname; register int pl = (obj->quan != 1); - if(!obj->dknown && !Blind) obj->dknown = 1; /* %% doesnt belong here */ + if(!obj->dknown && !Blind) obj->dknown = 1; /* %% doesn't belong here */ switch(obj->olet) { case AMULET_SYM: Strcpy(buf, (obj->spe < 0 && obj->known) |