diff --git a/game/modules/tome/class/interface/PlayerLore.lua b/game/modules/tome/class/interface/PlayerLore.lua
index e813475a153835bafa85fad41345457fedb67575..7b6b857912071a36e36d4d2ec51185f04db813a8 100644
--- a/game/modules/tome/class/interface/PlayerLore.lua
+++ b/game/modules/tome/class/interface/PlayerLore.lua
@@ -76,7 +76,7 @@ function _M:learnLore(lore)
 		Dialog:simpleLongPopup("Lore found: #0080FF#"..l.name, "#ANTIQUE_WHITE#"..l.lore, 400)
 		game.logPlayer(self, "Lore found: #0080FF#%s", l.name)
 		game.logPlayer(self, "#ANTIQUE_WHITE#%s", l.lore)
-		game.logPlayer(self, "You can read all your collected lore in tha game menu, by pressing Escape.")
+		game.logPlayer(self, "You can read all your collected lore in the game menu, by pressing Escape.")
 	end
 
 	self.lore_known[lore] = true