diff --git a/sources/items.py b/sources/items.py index 8287dbf..e680786 100644 --- a/sources/items.py +++ b/sources/items.py @@ -16,7 +16,7 @@ def __str__(self): class Rock(Weapon): def __init__(self): self.name = "Rock" - self.description = "A fist sized rock, suitable fro bludgeoning." + self.description = "A fist-sized rock, suitable for bludgeoning." self.damage = 5 self.value = 1