diff -r 9c72b8684ed6 -r e47150482ac1 doc/book/en/B0012-schema-definition.en.txt --- 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`)