From: Neil <neil@dip.sun.ac.za>
Date: Mon, 12 May 2014 08:58:18 +0000 (+0200)
Subject: Heath Robinson, I presume
X-Git-Tag: 0.1~360
X-Git-Url: https://git.ctpug.org.za/?a=commitdiff_plain;h=822f8253b5bef5414063371f8ea3f559f59d9f65;p=naja.git

Heath Robinson, I presume
---

diff --git a/naja/actions.py b/naja/actions.py
index 9e3e5c3..5a3e6e4 100644
--- a/naja/actions.py
+++ b/naja/actions.py
@@ -40,7 +40,7 @@ class DoNothing(LocationAction):
                 'action_class': 'DoNothing'}
 
 
-class LoseHeathOrMSB(LocationAction):
+class LoseHealthOrMSB(LocationAction):
     TEXT = "Lose health. If MSB is set, it will be cleared instead."
 
     def perform_action(self, board, location):