From 995e2e70fa69056a7ab50410e965513f8f92a350 Mon Sep 17 00:00:00 2001
From: Alexander Sedov <alex0player@gmail.com>
Date: Wed, 22 Apr 2015 02:47:48 +0300
Subject: [PATCH] typo

---
 game/modules/tome/data/zones/dreams/zone.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/zones/dreams/zone.lua b/game/modules/tome/data/zones/dreams/zone.lua
index 1fb172ce9a..84d5eadd6d 100644
--- a/game/modules/tome/data/zones/dreams/zone.lua
+++ b/game/modules/tome/data/zones/dreams/zone.lua
@@ -318,7 +318,7 @@ You feel good!]],
 				game.player:setEffect(game.player.EFF_VICTORY_RUSH_ZIGUR, 4, {})
 			elseif danger then
 				local msg = [[As you die in a dream you suddenly wake up.
-Posionous fumes take their toll on your body!]]
+Poisonous fumes take their toll on your body!]]
 				game.logPlayer(game.player)
 				require("engine.ui.Dialog"):simpleLongPopup("Deep slumber...", msg, 600)
 				local hit = math.max(0, game.player.life * 2 / 3)
-- 
GitLab