diff --git a/opentech/public/utils/models.py b/opentech/public/utils/models.py
index 06ec311c7fdff2a717263ea4f9ebf5d3e9f14086..3b45d94d11b6c8e6f549a92d599371c3debb4aaf 100644
--- a/opentech/public/utils/models.py
+++ b/opentech/public/utils/models.py
@@ -285,7 +285,7 @@ class BaseFunding(Orderable):
 
 
 class FundingMixin(models.Model):
-    '''Impliments the funding total calulation
+    '''Implements the funding total calculation
 
     You still need to include the InlinePanel('funding') in the child class
     '''