[FIX] typo.
authorVo Minh Thu <vmt@openerp.com>
Fri, 9 Mar 2012 09:42:09 +0000 (10:42 +0100)
committerVo Minh Thu <vmt@openerp.com>
Fri, 9 Mar 2012 09:42:09 +0000 (10:42 +0100)
bzr revid: vmt@openerp.com-20120309094209-8x1gqa548uv438z6

openerp/modules/registry.py

index 8dbdbb4..de34aef 100644 (file)
@@ -294,7 +294,7 @@ class RegistryManager(object):
             # through the database to other processes.
             registry = cls.get(db_name, pooljobs=False)
             if registry.any_cache_cleared():
-                _logger.info("At least one model cache has been cleare, signaling through the database.")
+                _logger.info("At least one model cache has been cleared, signaling through the database.")
                 cr = registry.db.cursor()
                 r = 1
                 try: