]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/hack.c
Increase spending on vowels. No object file diffs.
[bsdgames-darwin.git] / hack / hack.c
index 05141afa88410e76ae3d762c74039ab3b363b6e0..19eaf4c4bf6b262027a874fd221a88bbe6fffc23 100644 (file)
@@ -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)