From f0559065ff97f0f94d6a0f1ff17fe1b9d725dfa8 Mon Sep 17 00:00:00 2001 From: PatR Date: Wed, 11 Dec 2019 12:43:32 -0800 Subject: [PATCH] set_savefile_name typo fix The one typo or spelling fix submitted for to-be-3.7.0 that didn't also apply to 3.6.3. --- src/files.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/files.c b/src/files.c index 429195480..d7d1b4e7c 100644 --- a/src/files.c +++ b/src/files.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 files.c $NHDT-Date: 1574116097 2019/11/18 22:28:17 $ $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.272 $ */ +/* NetHack 3.6 files.c $NHDT-Date: 1576096997 2019/12/11 20:43:17 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.301 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Derek S. Ray, 2015. */ /* NetHack may be freely redistributed. See license for details. */ @@ -1048,8 +1048,8 @@ boolean regularize_it; } #if (NH_DEVEL_STATUS != NH_STATUS_RELEASED) if (overflow) - impossible("set_savefile_name() couldn't complete without overlow %d", - overflow); + impossible("set_savefile_name() couldn't complete without overflow %d", + overflow); #endif }