# HG changeset patch # User RĂ©mi Cardona # Date 1434632275 -7200 # Node ID 4f41eb2f06bcabd43e108f5b79e0f6d141eb19ac # Parent 383a5e6291451e098500083012f10d8a371e875a [cwconfig] typo in comment diff -r 383a5e629145 -r 4f41eb2f06bc cwconfig.py --- a/cwconfig.py Fri Jun 19 16:38:53 2015 +0200 +++ b/cwconfig.py Thu Jun 18 14:57:55 2015 +0200 @@ -1085,7 +1085,7 @@ self._gettext_init() def _load_site_cubicweb(self, sitefile): - # overriden to register cube specific options + # overridden to register cube specific options mod = super(CubicWebConfiguration, self)._load_site_cubicweb(sitefile) if getattr(mod, 'options', None): self.register_options(mod.options)