diff --git a/game/modules/tome/data/zones/sandworm-lair/zone.lua b/game/modules/tome/data/zones/sandworm-lair/zone.lua
index d588efb2d04fba07f45983d335282ccfece25865..1c9898de2c6db79aaed4d56e35b2ab6f37dda6b7 100644
--- a/game/modules/tome/data/zones/sandworm-lair/zone.lua
+++ b/game/modules/tome/data/zones/sandworm-lair/zone.lua
@@ -200,7 +200,7 @@ return {
 		local m = game.zone:makeEntityByName(game.level, "actor", "SANDWORM_TUNNELER_HUGE")
 		if not m then return end
 		game.zone:addEntity(game.level, m, "actor", tx, ty)
-		game.log("#OLIVE_DRAB#You feel the ground shacking from the west.")
+		game.log("#OLIVE_DRAB#You feel the ground shaking from the west.")
 		game.level.data.last_worm_turn = game.turn
 	end,
 }