# HG changeset patch # User Aurelien Campeas # Date 1285177477 -7200 # Node ID b6c2b81e49ec242af25777b469e402a167e55711 # Parent afd6a9e45489ae1715d18aa0bd0c929a2571d160 [dbapi] fix typo diff -r afd6a9e45489 -r b6c2b81e49ec 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)