[dbapi] fix typo stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 22 Sep 2010 19:44:37 +0200
branchstable
changeset 6312 b6c2b81e49ec
parent 6311 afd6a9e45489
child 6313 b3fd91524132
[dbapi] fix typo
dbapi.py
--- a/dbapi.py	Wed Sep 22 19:43:44 2010 +0200
+++ b/dbapi.py	Wed Sep 22 19:44:37 2010 +0200
@@ -642,7 +642,7 @@
     def get_option_value(self, option, foreid=None):
         """Return the value for `option` in the configuration. If `foreid` is
         specified, the actual repository to which this entity belongs is
-        derefenced and the option value retrieved from it.
+        dereferenced and the option value retrieved from it.
         """
         return self._repo.get_option_value(option, foreid)