diff -r 57387070f612 -r 4c7a0b139830 doc/book/en/devrepo/entityclasses/adapters.rst --- a/doc/book/en/devrepo/entityclasses/adapters.rst Mon Jul 05 13:35:15 2010 +0200 +++ b/doc/book/en/devrepo/entityclasses/adapters.rst Mon Jul 05 15:58:36 2010 +0200 @@ -17,7 +17,7 @@ hte problem with this approch is that is clutters the entity class's namespace, exposing name collision risks with schema attributes/relations or even methods names (different interfaces may define the same method with not necessarily the same - behviour expected). +behaviour expected). Definition of an adapter is quite trivial. An excerpt from cubicweb itself (found in :mod:`cubicweb.entities.adapters`):