Update tapview and tapdiffer.
[open-adventure.git] / main.c
diff --git a/main.c b/main.c
index cbaf92c320378cd28dfaef359d07acc060628ff5..2e7fdf2cc1169d1e4c6bc5fa1bd2a2000be78b9e 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,6 +1,5 @@
 /*
- * SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods
- * SPDX-FileCopyrightText: 2017 by Eric S. Raymond
+ * SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, Copyright 2017 by Eric S. Raymond
  * SPDX-License-Identifier: BSD-2-Clause
  */
 
@@ -14,7 +13,6 @@
 #include <unistd.h>
 #include <editline/readline.h>
 #include "advent.h"
-#include "dungeon.h"
 
 #define DIM(a) (sizeof(a)/sizeof(a[0]))
 
@@ -860,7 +858,7 @@ static bool closecheck(void)
          *  snake is known to have been destroyed and needn't be
          *  carried away from its old "place"), making the various
          *  objects be handled differently.  We also drop all other 
-         *  objects he might be acrrying (lest he have some which
+         *  objects he might be carrying (lest he has some which
          *  could cause trouble, such as the keys).  We describe the
          *  flash of light and trundle back. */
         put(BOTTLE, LOC_NE, EMPTY_BOTTLE);