[doc] fix typo
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 05 Jul 2010 15:58:36 +0200
changeset 5882 4c7a0b139830
parent 5881 57387070f612
child 5883 7a5f370c5be1
[doc] fix typo
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`):