doc/book/en/devrepo/entityclasses/adapters.rst
changeset 5882 4c7a0b139830
parent 5879 7d3044271a29
child 5893 4469f85ace9f
--- 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`):