doc/book/en/B0012-schema-definition.en.txt
changeset 301 e47150482ac1
parent 292 2d9e83c34b23
child 1159 16a426d214ae
--- a/doc/book/en/B0012-schema-definition.en.txt	Mon Dec 29 11:16:49 2008 -0800
+++ b/doc/book/en/B0012-schema-definition.en.txt	Mon Dec 29 13:50:42 2008 -0800
@@ -9,7 +9,7 @@
 for example ::
 
   class Personne(EntityType):
-    """A person with the properties and the relations necessarry for my
+    """A person with the properties and the relations necessary for my
     application"""
 
     last_name = String(required=True, fulltextindexed=True)
@@ -35,7 +35,7 @@
   - `created_by` (`EUser`) (which user created the entity)
   
   - `owned_by` (`EUser`) (who does the entity belongs to, by default the 
-     creator but not necessarry and it could have multiple owners)
+     creator but not necessary and it could have multiple owners)
      
   - `is` (`EEType`)