Spell fix
authorJérôme Benoit <jerome.benoit@grenouille.com>
Sun, 24 Nov 2013 12:38:26 +0000 (13:38 +0100)
committerJérôme Benoit <jerome.benoit@grenouille.com>
Sun, 24 Nov 2013 12:38:26 +0000 (13:38 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@grenouille.com>
comicsporn/models.py

index 938c9e7036e6c9a0792ff95297b525d0938b858d..377473fc7fd437361b6da219fed1033dea639a72 100644 (file)
@@ -32,7 +32,7 @@ class UserProfile(models.Model):
        is_author = models.BooleanField()
        """ 
         The main difference is that the author have is own ads publisher
-        The default behaviour of class inheritance is to create OnetoOne relationship between parent and child 
+        The default behavior of class inheritance is to create OnetoOne relationship between parent and child 
         TODO: Which fields are required to interact with the ads publisher ?
         """
        ADS_PUBLISHER_CHOICES = (