From 75dc0cbc2b75d1b4fd44e4dcd38a020227b1c163 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 8 Jun 2008 20:40:15 +0000 Subject: [PATCH] Fix typos. --- games/larn/data.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games/larn/data.c b/games/larn/data.c index be1e073b34..d88271540c 100644 --- a/games/larn/data.c +++ b/games/larn/data.c @@ -32,7 +32,7 @@ * * @(#)data.c 5.3 (Berkeley) 5/13/91 * $FreeBSD: src/games/larn/data.c,v 1.5 1999/11/30 03:48:59 billf Exp $ - * $DragonFly: src/games/larn/data.c,v 1.4 2006/08/26 17:05:05 pavalos Exp $ + * $DragonFly: src/games/larn/data.c,v 1.5 2008/06/08 20:40:15 swildner Exp $ */ /* data.c Larn is copyrighted 1986 by Noah Morgan. */ @@ -437,13 +437,13 @@ const char *speldescript[]={ "this changes rock to air", /* 22 */ "dries up water in the immediate vicinity", - "you finger will emit a lightning bolt when this spell is cast", + "your finger will emit a lightning bolt when this spell is cast", "subtracts hit points from both you and a monster", "this globe helps to protect the player from physical attack", "this creates an avalanche of H2O to flood the immediate chamber", "this is a holy spell and calls upon your god to back you up", /* 28 */ - "terrifies the monster so that hopefully he wont hit the magic user", + "terrifies the monster so that hopefully he won't hit the magic user", "the monster is frozen in his tracks if this is successful", "all movement in the caverns ceases for a limited duration", "moves a particular monster around in the dungeon (hopefully away from you)", -- 2.41.0