X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/d378ebfd8ce254d9b5f99bbf4f415c5859a30154..eff6047a366924e7f864e4f19335619f3236fce9:/hack/hack.c diff --git a/hack/hack.c b/hack/hack.c index 05141afa..19eaf4c4 100644 --- a/hack/hack.c +++ b/hack/hack.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.c,v 1.6 2003/04/02 18:36:35 jsm Exp $ */ +/* $NetBSD: hack.c,v 1.7 2006/11/24 19:46:58 christos Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -63,7 +63,7 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.c,v 1.6 2003/04/02 18:36:35 jsm Exp $"); +__RCSID("$NetBSD: hack.c,v 1.7 2006/11/24 19:46:58 christos Exp $"); #endif /* not lint */ #include "hack.h" @@ -527,7 +527,7 @@ pickup(int all) } lift_some: if (inv_cnt() >= 52) { - pline("Your knapsack cannot accomodate anymore items."); + pline("Your knapsack cannot accommodate anymore items."); break; } if (wt > -5)