diff --git a/game/modules/tome/data/zones/dreams/zone.lua b/game/modules/tome/data/zones/dreams/zone.lua
index 1fb172ce9a2faa86eef3f99e37885713037106e3..84d5eadd6d7ab11dec42889a4d7ce3c909d25fc6 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)