From 43d6a1065084deeb7f616a7fd7ce57fbdc0058b8 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 8 Jul 2010 20:48:23 +0000 Subject: [PATCH] Fix typo. --- src/doors/u32rr/various.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doors/u32rr/various.c b/src/doors/u32rr/various.c index 59d2c8021e..5e6be6e5e5 100644 --- a/src/doors/u32rr/various.c +++ b/src/doors/u32rr/various.c @@ -178,7 +178,7 @@ void Healing(struct player *pl) nl(); if(pl->hps == pl->maxhps) - DL(config.textcolor, "Yoy don't need healing."); + DL(config.textcolor, "You don't need healing."); if(pl->hps < pl->maxhps) { DL(config.textcolor, "You have ",white,commastr(pl->healing),config.textcolor, " healing potions."); -- GitLab