dbapi.py
branchstable
changeset 6312 b6c2b81e49ec
parent 6308 c151c730a1ac
child 6333 e3994fcc21c3
--- 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)