From c2fd02766974991f5d31fb1c4bbdfa87135225dd Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 30 Dec 2023 23:11:50 +0200 Subject: [PATCH] Typofix --- src/zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zap.c b/src/zap.c index 70cf6b7b4..8bfaab882 100644 --- a/src/zap.c +++ b/src/zap.c @@ -2747,7 +2747,7 @@ zapyourself(struct obj *obj, boolean ordinary) if (ordinary) pline_The("sleep ray hits you!"); else - You("fall alseep!"); + You("fall asleep!"); monstunseesu(M_SEEN_SLEEP); fall_asleep(-rnd(50), TRUE); }