# HG changeset patch # User Nicolas Chauvat # Date 1278338316 -7200 # Node ID 4c7a0b1398305f725405d34dce3097f4fefd9c8a # Parent 57387070f61241bf22563c01a7884925e81e6774 [doc] fix typo 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`):