From d3f4203c8157c25fb42c9648ba3e6bea05bc364a Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 24 Nov 2006 19:46:58 +0000 Subject: fix spelling of accommodate; from Zapher. --- hack/hack.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hack') 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) -- cgit v1.2.3-56-ge451