[FIX] doc typo
authorFabien Meghazi <fme@openerp.com>
Wed, 19 Mar 2014 08:54:54 +0000 (09:54 +0100)
committerFabien Meghazi <fme@openerp.com>
Wed, 19 Mar 2014 08:54:54 +0000 (09:54 +0100)
bzr revid: fme@openerp.com-20140319085454-1pnjm55b4vxfm1wc

openerp/http.py

index 4f6a6cd..0dc5e86 100644 (file)
@@ -1027,7 +1027,7 @@ class Root(object):
         return self.dispatch(environ, start_response)
 
     def load_addons(self):
-        """ Load all addons from addons patch containg static files and
+        """ Load all addons from addons path containing static files and
         controllers and configure them.  """
         statics = {}