wizard mode typo

Minor copy+paste carelessness for wizard mode wishing from 7 months ago.
This commit is contained in:
nethack.rankin
2007-09-28 01:17:24 +00:00
parent 24a736684c
commit aec623602f

View File

@@ -2784,7 +2784,7 @@ srch:
pline("%s%s.", An(tname),
(trap != MAGIC_PORTAL) ? "" : " to nowhere");
} else
pline("Creation of %s failed.", An(tname));
pline("Creation of %s failed.", an(tname));
return(&zeroobj);
}