[DOC] netsvc: typo in docstring.

bzr revid: vmt@openerp.com-20130327155353-5eo7r95e7gbw9c4l
This commit is contained in:
Vo Minh Thu 2013-03-27 16:53:53 +01:00
parent de5c84c0e1
commit 92aace0c13
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ _logger = logging.getLogger(__name__)
def LocalService(name):
"""
The openerp.netsvc.LocalService() fucntion is deprecated. It still works
The openerp.netsvc.LocalService() function is deprecated. It still works
in two cases: workflows and reports. For workflows, instead of using
LocalService('workflow'), openerp.workflow should be used (better yet,
methods on openerp.osv.orm.Model should be used). For reports,