[FIX] ir_actions: typo in comments
authorThibault Delavallée <tde@openerp.com>
Wed, 5 Feb 2014 09:08:17 +0000 (10:08 +0100)
committerThibault Delavallée <tde@openerp.com>
Wed, 5 Feb 2014 09:08:17 +0000 (10:08 +0100)
bzr revid: tde@openerp.com-20140205090817-bp48bop089bzpm2r

openerp/addons/base/ir/ir_actions.py

index c7471b1..b36fc27 100644 (file)
@@ -911,7 +911,7 @@ class ir_actions_server(osv.osv):
             self.pool[action.model_id.model].write(cr, uid, [context.get('active_id')], {action.link_field_id.name: res_id})
 
     def _get_eval_context(self, cr, uid, action, context=None):
-        """ Prepare the contexty used when evaluation python strings, like
+        """ Prepare the context used when evaluating python code, like the
         condition or code server actions.
 
         :param action: the current server action