[FIX] server_environment: fix spelling error

This commit is contained in:
Stéphane Bidoul (ACSONE) 2018-11-06 10:21:05 +01:00
parent 55e5ff330f
commit 04ed0575a1
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def get_server_environment():
try: try:
rev_id = 'bzr: %s' % _get_output('bzr revision-info') rev_id = 'bzr: %s' % _get_output('bzr revision-info')
except Exception: except Exception:
rev_id = 'Can not retrive revison from git or bzr' rev_id = 'Can not retrieve revison from git or bzr'
os_lang = '.'.join([x for x in locale.getdefaultlocale() if x]) os_lang = '.'.join([x for x in locale.getdefaultlocale() if x])
if not os_lang: if not os_lang: