From 660565f56e57022194081426ffc83fdf043bc93c Mon Sep 17 00:00:00 2001 From: husen Date: Thu, 6 Jan 2011 11:47:32 +0530 Subject: [PATCH] fixed typo bzr revid: husen@husen-laptop-20110106061732-clmvihyz26g64ujs --- bin/addons/base/res/res_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/addons/base/res/res_config.py b/bin/addons/base/res/res_config.py index 84542f9..9cdd758 100644 --- a/bin/addons/base/res/res_config.py +++ b/bin/addons/base/res/res_config.py @@ -280,7 +280,7 @@ class res_config_installer(osv.osv_memory): ``res.config``). Hooks and additionals *are not run* when skipping installation, even for already installed addons. - Again, setup your hooks accordinly. + Again, setup your hooks accordingly. .. [#] note that since a mapping key needs to be hashable, it's possible to use a tuple or a frozenset, but not a list or a -- 1.7.10.4