summaryrefslogtreecommitdiffstats
path: root/hack
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-11-24 19:46:58 +0000
committerchristos <christos@NetBSD.org>2006-11-24 19:46:58 +0000
commitd3f4203c8157c25fb42c9648ba3e6bea05bc364a (patch)
treed271cd69d9196a9abe23322062bdec47cc963080 /hack
parentb67924875ae1497bb26d5968768fdbf9947bd1fe (diff)
downloadbsdgames-darwin-d3f4203c8157c25fb42c9648ba3e6bea05bc364a.tar.gz
bsdgames-darwin-d3f4203c8157c25fb42c9648ba3e6bea05bc364a.tar.zst
bsdgames-darwin-d3f4203c8157c25fb42c9648ba3e6bea05bc364a.zip
fix spelling of accommodate; from Zapher.
Diffstat (limited to 'hack')
-rw-r--r--hack/hack.c6
1 files changed, 3 insertions, 3 deletions
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 <sys/cdefs.h>
#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)